[issue9841] sysconfig and distutils.sysconfig differ in subtle ways

Éric Araujo report at bugs.python.org
Mon Sep 13 01:26:28 CEST 2010


New submission from Éric Araujo <merwok at netwok.org>:

With the recent distutils revert, code that was removed from distutils.sysconfig is now back.  This causes an unfortunate code duplication that raises maintenance cost (see msg116087 for an example).

Even if distutils is feature-frozen, I think that it should be changed to use the sysconfig module again.  Think about it that way: The new feature is sysconfig itself, this does not break the distutils freeze since compatibility would be retained.

----------
assignee: tarek
components: Distutils, Library (Lib)
messages: 116251
nosy: eric.araujo, tarek
priority: normal
severity: normal
status: open
title: sysconfig and distutils.sysconfig differ in subtle ways
versions: Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list