Recently, the Python development team announced the official release of Python 3.2 alpha 1, the first alpha test version of Python 3.2. Python 3.2 is a continuous improvement and stable version of Python 3. x Series. After the official version of Python 2.7 is released, Python 2. x only accepts bug fixes and does not add new features.
In fact, in Python 3.2, the syntax and built-in types of Python have not changed. The Development Team focuses on how to port the support of standard libraries to Python 3. X. Highlights of Python 3.2 alpha 1:
◆ Many improvements have been made to the unittes module;
◆ PEP 3147, supports the. pyc file storage library;
◆ Improved the Python debugger;
◆ Fixed the Bug.
Python 3.2 details:
◆ Python 3.2 release schedule: http://python.org/dev/peps/pep-0392/
◆ Python 3.2 alpha 1 version log: http://svn.python.org/projects/python/tags/r32a1/Misc/NEWS
◆ Online documentation: http://docs.python.org/3.2/
◆ View bugs fixed: http://bugs.python.org/
◆ Python help community: http://www.python.org/psf/donations/
Python 3.2 alpha 1 version: http://www.python.org/download/releases/3.2/