End of support for python 2.7?

后端 未结 9 1054
北海茫月
北海茫月 2020-12-02 15:21

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

9条回答
  •  再見小時候
    2020-12-02 15:28

    PEP 373 (Python 2.7 Release Schedule) is the official source for the kind of information you asked for.

    It currently says "Planned future release dates:"

    • 2.7.7 May 2014
    • 2.7.8 November 2014
    • 2.7.9 May 2015
    • beyond this date, releases as needed

    Also, it says "The End Of Life date (EOL, sunset date) for Python 2.7 has been moved five years into the future, to 2020."

    Edited in April 2014, according to http://hg.python.org/peps/rev/76d43e52d978

提交回复
热议问题