| Subcribe via RSS

Brett Cannon: Transitioning from 2.6 to 3.0 is beginning to solidify

January 18th, 2008 Posted in Programming, Python

Brett's put up a post about the details around the upcoming transition methods to py3k - Brett Cannon: Transitioning from 2.6 to 3.0 is beginning to solidify

You should take a look - of special note is that the -3 flag will not replicate 2to3 functionality, which means you will still need to run 2to3 over your code to make it 3k happy-happy.