Saturday, March 7, 2009

First alpha of Python 3.1 released

Today, I released the first alpha of the next version of Python 3000, Python 3.1. Most people will be excited about the rewrite of the io module in C for speed, but 3.1 also includes some neat features. The collections module acquired both an ordered dictionary and a multiset.

You can download it on python.org. Please test the new version with your applications and libraries and report bugs to bugs.python.org.

No comments: