[New-bugs-announce] [issue22349] Remove more unnecessary version checks from distutils
Thomas Kluyver
report at bugs.python.org
Sat Sep 6 21:58:37 CEST 2014
New submission from Thomas Kluyver:
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.
----------
components: Distutils
files: rm-more-distutils-version-checks.patch
keywords: patch
messages: 226510
nosy: dstufft, eric.araujo, takluyver
priority: normal
severity: normal
status: open
title: Remove more unnecessary version checks from distutils
versions: Python 3.5
Added file: http://bugs.python.org/file36562/rm-more-distutils-version-checks.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22349>
_______________________________________
More information about the New-bugs-announce
mailing list