Live data from Hacker News

Python 2.7 Retirement Countdown

pythonclock.org

1–10 of 81 posts

Re: Python 2.7 Retirement Countdown

#2
There are enough large organizations using Python that no doubt at least one will find it to be cheaper and more convenient to continue maintaining a 2.7 interpreter. Dropbox is working on one just to increase performance. PyPy also has due to how it works fundamentally a huge interest in maintaining Python 2.7 support for the forseeable future.

You've to be quite naive to believe that Python 2.7 will retire in 2020. It will only fade from popularity slightly faster.

Re: Python 2.7 Retirement Countdown

#4
No, I'm getting sick of my code being broken.

My C code from 15 years ago works fine, but code in other languages can end up breaking within a year. I've moved much of my development back to C++ just so I can have reasonable confidence my code will work when I come back to it in a couple of years.

I don't care if Python 2.7 never gains another feature, as long as my code will still work in Windows 13 and Mac OS X 10.17.

Re: Python 2.7 Retirement Countdown

#9

No, I'm getting sick of my code being broken. My C code from 15 years ago works fine, but code in other languages can end up breaking within a year. I've moved much of my development back to C++ just so I can have reasonable confidence my code will work when I come back to it in a couple of years. I don't care if Python 2.7 never gains another feature, as long as my code will still work in Windows 13 and Mac OS X 10.…

How many dependencies maintained by others does your Python 2.7 code rely on?

Re: Python 2.7 Retirement Countdown

#10
post #2

There are enough large organizations using Python that no doubt at least one will find it to be cheaper and more convenient to continue maintaining a 2.7 interpreter. Dropbox is working on one just to increase performance. PyPy also has due to how it works fundamentally a huge interest in maintaining Python 2.7 support for the forseeable future. You've to be quite naive to believe that Python 2.7 will retire in 2020.…

Guido van Rossum (Python BDFL) himself works for Dropbox, so I'm not sure I believe that...

See also: https://www.dropbox.com/s/83ppa5iykqmr14z/Py2v3Hackers2013.p...

Post reply on HN