This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove more unnecessary version checks from distutils
Type: Stage: resolved
Components: Distutils Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, eric.araujo, python-dev, takluyver
Priority: normal Keywords: patch

Created on 2014-09-06 19:58 by takluyver, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rm-more-distutils-version-checks.patch takluyver, 2014-09-06 19:58 review
Messages (2)
msg226510 - (view) Author: Thomas Kluyver (takluyver) * Date: 2014-09-06 19:58
Following on from issue 22200, this removes some more code in distutils that checks which Python version it's running on. As part of the standard library, distutils should always be running on the version of Python which it ships with.
msg226518 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-09-06 21:24
New changeset 7fece97e605d by Benjamin Peterson in branch '3.4':
remove various dead version checks (closes #22349)
http://hg.python.org/cpython/rev/7fece97e605d

New changeset 688701337b1a by Benjamin Peterson in branch 'default':
merge 3.4 (#22349)
http://hg.python.org/cpython/rev/688701337b1a
History
Date User Action Args
2022-04-11 14:58:07adminsetgithub: 66545
2014-09-06 21:24:42python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg226518

resolution: fixed
stage: resolved
2014-09-06 19:58:37takluyvercreate