Live data from Hacker News

Python 2.7.4 Released

python.org

11–20 of 50 posts

Re: Python 2.7.4 Released

#12
post #6

It 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.

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

#14

Earlier 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.

There is a tentative freeze date of 2015: http://mail.python.org/pipermail/python-dev/2013-April/12516....

Re: Python 2.7.4 Released

#16

Earlier 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.

I would love it if you would maintain a fork of 2.7. I'll look forward to the release!

Re: Python 2.7.4 Released

#18

Earlier 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.

> they're still adding functionality by stretching the definition of 'bug fix'

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

#19

Earlier 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.

http://hg.python.org/cpython/file/9290822f2280/Misc/NEWS does not list any new features, so no.

Re: Python 2.7.4 Released

#20
post #6

It 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.

[deleted]
Post reply on HN