Transitioning to Python 3.0
Friday January 2, 2009
With the release of Python 3.0, the number of projects that are built on a 3.x interpreter and that break compatibility with the 2.x series and before will only increase. The points of incompatiblity vary in importance, but your 2.x coding style is almost guaranteed to be incompatible on some level. To facilitate your transition to 3.0, check out the new series of guides on Python 3.0 and how it differs from 2.5 and before.
