夏清然 2009年06月30日 星期二 16:38 | 1223次浏览 | 4条评论
Python 3.1已经于6月27日发布,以下是它这版的主要改进,更详细的请见 http://www.python.org/download/releases/3.1/
* 新的排序字典类型 An ordered dictionary type
* int类型的多处优化 Various optimizations to the int type
* 新的单元测试功能,包括跳跃测试和新的赋值方法 New unittest features including test skipping and new assert methods.
* 更快的IO模块 A much faster io module (全部用C重写,性能提升很多)
* Tkinter增加了Tile支持 Tile support for Tkinter
* 在import中的纯python的引用实现 A pure Python reference implementation of the import statement
* 嵌套with增加了一个新语法 New syntax for nested with statements
Zeuux © 2024
京ICP备05028076号
回复 尹科峰 2009年08月18日 星期二 09:21
当然