New submission from Jesús Cea Avión <[email protected]>: 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 <[email protected]> <http://bugs.python.org/issue13813> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
