[issue13813] "sysconfig.py" and "distutils/util.py" redundancy

Jesús Cea Avión report at bugs.python.org
Wed Jan 18 04:58:38 CET 2012


New submission from Jesús Cea Avión <jcea at jcea.es>:

During development of patch for issue #13803, I found redundancy between "sysconfig.py" and "distutils/util.py". The functions are the same, and the return values must be the same too. So programmers *MUST* remember to change both sources in sync.

This redundancy must be trimmed.

This is not strictly a bugfix, so could be not adequate for 2.7/3.2, but applying for 3.2 at least would easy future merges.

----------
assignee: tarek
components: Distutils
keywords: easy
messages: 151516
nosy: eric.araujo, jcea, tarek
priority: normal
severity: normal
status: open
title: "sysconfig.py" and "distutils/util.py" redundancy
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13813>
_______________________________________


More information about the Python-bugs-list mailing list