Python 3.2 alpha 1 发布
时间:2010-08-02 来源:oschina
这是 Python 3.2 的第一个 alpha 测试版。
Python 3.2 是 Python 3.x 系列的持续改进和稳定的版本,而目前 Python 2.x 只接受bug的修复不再添加新功能。
Python 3.x 主要亮点有:
- numerous improvements to the unittest module
- PEP 3147, support for .pyc repository directories
- an overhauled GIL implementation that reduces contention
- many consistency and behavior fixes for numeric operations
- countless fixes regarding string/unicode issues; among them full support for a bytes environment (filenames, environment variables)
- a sysconfig module to access configuration information
- a pure-Python implementation of the datetime module
- additions to the shutil module, among them archive file support
- improvements to pdb, the Python debugger
Python 3.2 的版本发行计划请看这里。
下载地址:
相关阅读 更多 +