|     Python 开发团队已发布新的 3.2 版本。该版本增强了 Python 3.x
系列的稳定性,对内建类型作了稍许更改,以及包含其他一些改进:  numerous improvements to the unittest modulePEP 3147, support for .pyc repository directoriesPEP 3149, support for version tagged dynamic librariesPEP 3148, a new futures library for concurrent programmingPEP 384, a stable ABI for extension modulesPEP 391, dictionary-based logging configurationan overhauled GIL implementation that reduces contentionan extended email package that handles bytes messagesa much improved ssl module with support for SSL contexts and certificatehostname matchinga sysconfig module to access configuration informationadditions to the shutil module, among them archive file supportmany enhancements to configparser, among them mapping protocol supportimprovements to pdb, the Python debuggercountless fixes regarding bytes/string issues; among them full support for abytes environment (filenames, environment variables)many consistency and behavior fixes for numeric operations
 有关 Python 3.2 的更新详情,可查阅 What's new in
3.2?。适用于各平台的发行包可从此处下载。 |