X Tutup
The Wayback Machine - https://web.archive.org/web/20220612141244/https://github.com/python/devguide/issues/661
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider removing out of date instructions for obsolete Python versions that are no longer developed or supported #661

Open
CAM-Gerlach opened this issue Mar 9, 2021 · 0 comments

Comments

@CAM-Gerlach
Copy link
Member

@CAM-Gerlach CAM-Gerlach commented Mar 9, 2021

Describe the enhancement or feature you'd like
There are a number of places in the dev guide that still discuss how to do various development tasks (modify code, submit PRs, etc) for versions of Python <3.6 that are EoL and no longer developed or supported. As in most cases these (particularly Python 2.7) simply add extra complexity, contingencies and cruft without providing any real practical benefit to current or future Python contributors, now that development of those obsolete versions has ceased, it would considerably simplify the guide for users to eliminate these vestigial sections where appropriate, in cases where there is no plausible value (historical or otherwise) in retaining them for posterity.

Describe alternatives you've considered
The alternative would be keeping them around forever, which would be unsustainable in the long run as the number of EoLed versions grow over time. As all these versions have been frozen for at least ≈6 months (and the most significant one, 2.7, for a year or more), delaying longer for some indefinite period of time doesn't appear prudent either.

Additional context
I've developed and tested the following regex to identify potential candidates for removal: ([Pp]y(thon)? ?(1\.?[0-9]|2\.?[0-7]|3\.?[0-5]))|2\.?7|3\.[0-5]. Of course, every instance would be carefully reviewed, and conservatively retained if there is any doubt as to its continuing value. I'm happy to take this on promptly once I get a go-ahead.

@CAM-Gerlach CAM-Gerlach changed the title Remove out of date instructions for obsolete Python versions that are no longer developed or supported Consider removing out of date instructions for obsolete Python versions that are no longer developed or supported Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
X Tutup