Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a known date/timeframe when python 2.7 will not be supported any more in favor of python 3?

share|improve this question
1  
A fair question as long is there no duplicate, I could find none. – Matt Joiner Jan 29 '11 at 10:45

2 Answers

up vote 17 down vote accepted

In May 2010, Word of God was that patchlevel releases for Python 2.7 will probably be made for at least 6 years.

So, maybe 2016, probably later.

share|improve this answer

This article says: “When 2.7 is released, the 2.x line will move into five years of a bug fix-only mode.”

So, as far as I see, Python 2.7 was the last 2.x feature-adding release, and though found bugs are going to be fixed (for some time), new features only go to 3.x releases.

share|improve this answer
2  
That article also claims Python 3 introduce Unicode, so I would take whatever it says with a grain of salt. But change "five year" to "at least five years" and it's correct. – Lennart Regebro Jan 29 '11 at 14:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.