Thursday, May 16, 2013

Python 2.7.5

Python 2.7.5 was released on April 6, 2013. This is a 2.7 series bugfix release. It contains several regression fixes to 2.7.4. Modules with regressions fixed include zipfile, gzip, and logging. The Python 2.7.4 binaries and source tarballs included a data file for testing purposes that triggered some virus scanners. This issue is resolved in the 2.7.5 release.

About the 2.7 release series

Among the features and improvements to Python 2.6 introduced in the 2.7 series are
  • 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

Read more: Python
QR: Inline image 1