Live data from Hacker News

Why I'm Making Python 2.8

naftaliharris.com

1–10 of 392 posts

Re: Why I'm Making Python 2.8

#2
IMHO, Jython 3 would be more useful than Python 2.8, but it's your project.

We have a project at work and the only reason we need to support 2.7 is because we want to run under Jython.

Anyway, I would like to hear other people's use cases for Python 2.7.

Re: Why I'm Making Python 2.8

#3
I don't think this is a good idea simply because it reduces the need to upgrade your library from 2.x to 3. It's a clear cut and a good chance to weed out unmaintained libraries

Re: Why I'm Making Python 2.8

#4
post #2

IMHO, Jython 3 would be more useful than Python 2.8, but it's your project. We have a project at work and the only reason we need to support 2.7 is because we want to run under Jython. Anyway, I would like to hear other people's use cases for Python 2.7.

My naive guess would be that most would be "Python 2.7 is what is in /usr/bin/python" - no particular need for it

Re: Why I'm Making Python 2.8

#6
post #3

I don't think this is a good idea simply because it reduces the need to upgrade your library from 2.x to 3. It's a clear cut and a good chance to weed out unmaintained libraries

Or possibly it makes it easier to have code that works on both. Although that requires this to catch on enough that 2.7 compatibility isn't required.

Re: Why I'm Making Python 2.8

#9
The worst thing about open source is that people can do stupid stuff with your software.

If you're going to create this abomination, at least do us all a favour and DON'T call it Python. Call it Retardython or something. I don't want to imagine people coming into the official support channels and claiming they are using "Python 2.8", then other people lecturing them about what that software really is, etc. Sounds like a horrible waste of time. (Source: I spend many hours a week helping fellow Python users.)

Post reply on HN