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

2013-05-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2928dd2fde4 by Richard Oudkerk in branch 'default': Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831 http://hg.python.org/cpython/rev/a2928dd2fde4 -- ___ Python tracker

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

2013-05-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4f92b597074 by Richard Oudkerk in branch 'default': Issue #13813: Embed stringification of remote traceback in local http://hg.python.org/cpython/rev/c4f92b597074 -- nosy: +python-dev ___ Python tracker

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

2012-02-09 Thread Éric Araujo
Éric Araujo added the comment: See also #9841. What situation do you want background on? -- ___ Python tracker ___ ___ Python-bugs-l

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

2012-01-19 Thread Éric Araujo
Éric Araujo added the comment: Background on the distutils freeze? Right now I don’t have the time and I’m going to be offline until the end of the month. You can look for Tarek Ziadé’s blog posts after PyCon 2010, or wait until I come back and put the links on a wiki page :) -- _

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

2012-01-18 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Could you possibly provide some background?. I am afraid I am not familiar with the situation. I want to learn :) -- ___ Python tracker ___ _

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

2012-01-18 Thread Éric Araujo
Éric Araujo added the comment: s/PEP 371/PEP 370/ -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

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

2012-01-18 Thread Éric Araujo
Éric Araujo added the comment: I am afraid the distutils feature freeze prevents us from doing this, even in 3.3. Remember that Tarek initially moved sysconfig from distutils to the top level, and the removal was reverted alongside other improvements when there was outcry at the distutils ch

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

2012-01-17 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : 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 re