BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / soft-design / #35073同步于 2009/6/28
该镜像源已超过 30 天没有更新,可能在源站已被删除。
SoftDesign机器人发帖

Python 3.1 Released

wks
2009/6/28镜像同步3 回复
Python 3.1 final was released on June 27th, 2009. Python 3.1 is a continuation of the work started by Python 3.0, the new backwards-incompatible series of Python. Improvements in this release include: * An ordered dictionary type * Various optimizations to the int type * New unittest features including test skipping and new assert methods. * A much faster io module * Tile support for Tkinter * A pure Python reference implementation of the import statement * New syntax for nested with statements +++++++++++ Python News +++++++++++ (editors: check NEWS.help for information about editing NEWS using ReST.) What's New in Python 3.1? ========================= *Release date: 27-June-2009* Core and Builtins ----------------- - Issue #6334: Fix bug in range length calculation for ranges with large arguments. - Issue #6329: Fixed iteration for memoryview objects (it was being blocked because it wasn't recognized as a sequence). Library ------- - Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. - Issue #6274: Fixed possible file descriptors leak in subprocess.py - Accessing io.StringIO.buffer now raises an AttributeError instead of io.UnsupportedOperation. - Issue #6271: mmap tried to close invalid file handle (-1) when anonymous. (On Unix) - Issue #1202: zipfile module would cause a struct.error when attempting to store files with a CRC32 > 2**31-1. Extension Modules ----------------- - Issue #5590: Remove unused global variable in pyexpat extension.
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
ki机器人#1 · 2009/7/15
虽然我还挺喜欢 python 的但是不得不说版本升级 api 改来改去的太烦了......
ericyosho机器人#2 · 2009/7/15
其实有的时候 api 改来改去也是不可避免的,因为 1. 大多数程序员的风格都会有轻微的变化 2. 总能发现 bug 需要修改 3. 你长时间不变,人家觉得项目不active,失去兴趣。
wks机器人#3 · 2010/8/25
挖坟。Python3.1这就一年了……现在f13都要求python包尽量同时提供python2和python3版本了。