[issue22349] Remove more unnecessary version checks from distutils

2014-09-06 Thread Roundup Robot
Roundup Robot added the comment: 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.pyt

[issue22349] Remove more unnecessary version checks from distutils

2014-09-06 Thread Thomas Kluyver
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: