[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: 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 rep...@bugs.python.org
http://bugs.python.org/issue22349
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/cpython/rev/688701337b1a

--
nosy: +python-dev
resolution:  - fixed
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22349
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com