python2.7.4最新發布,修正上百bug

pythontab發表於2013-04-07

Python 今天釋出了Python 2.7.4,該版本修正了上百個bugs。

python2.7.x是python2.x系列的最後一個重要版本,它包含了python3.1中的很多重要特性

本次更新的重要特性:

An ordered dictionary type

New unittest features including test skipping, new assert methods, and test discovery

A much faster io module

Automatic numbering of fields in the str.format() method

Float repr improvements backported from 3.x

Tile support for Tkinter

A backport of the memoryview object from 3.x

Set literals

Set and dictionary comprehensions

Dictionary views

New syntax for nested with statements

The sysconfig module


相關文章