资 源 简 介
This is a collection of code-snippets that demonstrate incompatibilities between Python versions, mainly 2.x to 3.x, and ways to get around these incompatibilities, if possible.
It"s only code, and hence no help on how to port. For help on how to port to Python 3 check out the book Porting to Python 3.
You can check out and run the project code.
It is far from finished (we need more 3.0 code, and there are no tests of the standard library reorganisation yet), so you are welcome to help out. It"s a great way to learn more about Python 3.0! You can help!
Note that Distribute now has Python 3 support. It"s a reasonably friendly fork of setuptools and therefore my setuptools port to Python 3 is no longer needed.