Python 2.7.4 Released
python.org
Python 2.7.4 Released
1–10 of 50 posts
Re: Python 2.7.4 Released
#2Re: Python 2.7.4 Released
#3Re: Python 2.7.4 Released
#4Python 3.2.4 and Python 3.3.1 final have been released. Published: Sun, 6 April 2013, 22:30 +0200
Python 2.7.4 has been released. Published: Sat, 6 April 2013, 11:00 -0500
Re: Python 2.7.4 Released
#5Ordered dictionary remembers its insertion order, it's very useful for some situations.
Re: Python 2.7.4 Released
#6Re: Python 2.7.4 Released
#7It annoys me how this release was added to the 2.7.x line when it probably should have been 2.8 given all the changes and feature additions. Freezing the 2.x line means not making huge changes to it. Otherwise, it probably shouldn't have been frozen.
Re: Python 2.7.4 Released
#8Changes are here: http://hg.python.org/cpython/file/9290822f2280/Misc/NEWS
Re: Python 2.7.4 Released
#9It annoys me how this release was added to the 2.7.x line when it probably should have been 2.8 given all the changes and feature additions. Freezing the 2.x line means not making huge changes to it. Otherwise, it probably shouldn't have been frozen.