-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
There's several places that have compatibility code for EOL and unsupported Python versions.
We can modernise the code by removing the obsolete bits.
I'll open separate PRs to keep the changes focused by area, and intend to use this meta issue for them all (but can also open separate issues if preferred).
Linked PRs
- gh-100176: venv: Remove redundant compat code for Python <= 3.2 #100177
- gh-100176: remove incorrect version compatibility check from clinic #100190
- gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2 #100197
- gh-100176: Mac/build-installer: Remove redundant compat code for Python 3.5 and older #100297
- gh-100176: Remove outdated Tools/{io,cc,string}bench #101853
AlexWaygood and arhadthedev
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error