Python 3.1.2 Released
The Python 3.1 version series is a continuation of the work started by Python 3.0, also known as “Python 3000” or “Py3K”, is the first ever intentionally backwards incompatible Python release. 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
(Ads)
Python 3.1.2 was released on March 21st, 2010.
Related posts:

