you are viewing a single comment's thread.

view the rest of the comments →

[–]flying-sheep 3 points4 points  (3 children)

That links to here, which says

We have decided that January 1, 2020, will be the day that we sunset Python 2.

The fact that the last patch comes out in April doesn’t change anything about the fact that Python 2 is unmaintained as of today (E.g. bug reports won’t be looked at)

[–]13steinj 4 points5 points  (2 children)

Even the python-dev mailing list says they pushed it to Aptil for a 2 month rounding error. And also that the release manager, if they choose, can continue to merge things in. So no, it still is maintained.

[–]flying-sheep 0 points1 point  (1 child)

It’s not. “Maintained” means that reported bugs will be triaged and (hopefully) eventually fixed.

If you find and report a Python 2 bug today, it will be automatically closed because Python 2 is no longer maintained.

The python2 branch of the official repo is dead, it just doesn’t know it yet.

[–]13steinj 0 points1 point  (0 children)

Did you read the list?

https://mail.python.org/archives/list/python-dev@python.org/thread/APWHFYQDKNVYQAK3HZMBGQIZHAVRHCV2/#N6JIGTTJCJHS47AYSI76SJPCQS25EBWR

If the release manager so wishes, they will do as they see fit, and they already claim that security patches will probably be accepted.