Ordered dictionary remembers its insertion order, it's very useful for some situations.
Python 2.7.4 Released
11–20 of 50 posts
Re: Python 2.7.4 Released
#12It 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.
I know it's confusing but the feature list on this page is for python 2.7; the 2.7.4 release appears to just be bugfixes.
Re: Python 2.7.4 Released
#13Re: Python 2.7.4 Released
#14Earlier quoted context omitted.
I know it's confusing but the feature list on this page is for python 2.7; the 2.7.4 release appears to just be bugfixes.
You should check the changelog, they're still adding functionality by stretching the definition of 'bug fix'.. 2.x development is unlikely to freeze any time soon. I certainly have no intention of moving to 3.x, it would be the most pointless upheaval ever. I'd sooner fork 2.x and maintain it myself.
Re: Python 2.7.4 Released
#15Re: Python 2.7.4 Released
#16Earlier quoted context omitted.
I know it's confusing but the feature list on this page is for python 2.7; the 2.7.4 release appears to just be bugfixes.
You should check the changelog, they're still adding functionality by stretching the definition of 'bug fix'.. 2.x development is unlikely to freeze any time soon. I certainly have no intention of moving to 3.x, it would be the most pointless upheaval ever. I'd sooner fork 2.x and maintain it myself.
Re: Python 2.7.4 Released
#17Re: Python 2.7.4 Released
#18Earlier quoted context omitted.
I know it's confusing but the feature list on this page is for python 2.7; the 2.7.4 release appears to just be bugfixes.
You should check the changelog, they're still adding functionality by stretching the definition of 'bug fix'.. 2.x development is unlikely to freeze any time soon. I certainly have no intention of moving to 3.x, it would be the most pointless upheaval ever. I'd sooner fork 2.x and maintain it myself.
Can you please elaborate? All entries in the changelog start with "Fix" or "update", etc. What new functionality has been added, according to you?
Re: Python 2.7.4 Released
#19Earlier quoted context omitted.
I know it's confusing but the feature list on this page is for python 2.7; the 2.7.4 release appears to just be bugfixes.
You should check the changelog, they're still adding functionality by stretching the definition of 'bug fix'.. 2.x development is unlikely to freeze any time soon. I certainly have no intention of moving to 3.x, it would be the most pointless upheaval ever. I'd sooner fork 2.x and maintain it myself.
Re: Python 2.7.4 Released
#20It 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.