Python is an object-oriented, literal translation computer programming language. It is also a powerful and complete general-purpose language and has been developed for more than a decade. It is mature and stable. This language has very simple and clear syntax features, suitable for completing a variety of advanced tasks, almost all operating systems can run.
Update content:
- Numerous improvements to the unittest module
- PEP 3147, support for. pyc repository directories
- PEP 3149, support for version tagged dynamic libraries
- PEP 3148, a new ures library for concurrent programming
- PEP 384, a stable ABI for extension modules
- PEP 391, dictionary-based logging configuration
- An overhauled GIL implementation that implies CES contention
- An extended email package that handles bytes messages
- A much improved ssl module with support for SSL contexts and certificate hostname matching
- A sysconfig module to access configuration information
- Additions to the shutil module, among them archive file support
- Using enhancements to configparser, among them mapping protocol support
- Improvements to pdb, the Python debugger
- Countless fixes regarding bytes/string issues; among them full support for a bytes environment (filenames, environment variables)
- Invalid consistency and behavior fixes for numeric operations
Python 3.2 releases the third RC version ,:
Http://www.python.org/download/releases/3.2/ (Wall flip required)
Link: http://sd.csdn.net/a/20110215/291887.html