Python 2.7.1 和 3.1.3 发布。2.7 是 2.x 系列最后一个维护版本。3.1.3 添加新的向后兼容 Python 系列功能。
Python 2.7.1 特性:- 添加有序字典类型
- 新的单元测试功能,包括 skipping 测试,新的 assert methods,和 test discovery
- 更快的IO模块
- 自动在 str.format() 字段编号
- Float repr improvements backported from 3.x
- 为 Tkinter 添加 Tile 支持
- A backport of the memoryview object from 3.x
- 设定文字
- Set and dictionary comprehensions
- 新的语法和语句的嵌套
- The sysconfig module
Python 3.1.3 特性:- 添加有序字典类型
- 优化各种 int 类型
- 新的单元测试功能,包括 skipping 和新的 assert methods
- 更快的IO模块
- 为 Tkinter 添加 Tile 支持
- 一个纯 Python 的 import 参考语句实现
- 新的语法和语句的嵌套
下载 Python 2.7.1 / 3.1.3 查看 Python 项目主页 |