[issue13462] Improve code and tests for Mixin2to3

2012-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7243c3f18769 by Éric Araujo in branch 'default': Start improving 2to3 code in packaging (#13462). http://hg.python.org/cpython/rev/7243c3f18769 -- ___ Python tracker

[issue9442] Update sys.version doc

2012-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6fdcfe348435 by Éric Araujo in branch 'default': Use sys.version_info instead of sys.version in packaging. http://hg.python.org/cpython/rev/6fdcfe348435 -- ___ Python tracker

[issue13193] test_packaging and test_distutils failures

2012-02-09 Thread Éric Araujo
Éric Araujo added the comment: Bumping up to release blocker, as I don’t want the next bugfixes to go out without reverting the last changeset (but won’t right know as I need to fix the bug there was on Windows). -- nosy: +benjamin.peterson, georg.brandl priority: high -> release bloc

[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

[issue13865] distutils documentation says Extension has "optional" argument

2012-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf1c466ee9e0 by Éric Araujo in branch '2.7': distutils 2.7’s Extension does not support optional (#13865). http://hg.python.org/cpython/rev/cf1c466ee9e0 -- nosy: +python-dev ___ Python tracker

[issue13865] distutils documentation says Extension has "optional" argument

2012-02-09 Thread Éric Araujo
Éric Araujo added the comment: Fixed, cheers! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13782] xml.etree.ElementTree: Element.append doesn't type-check its argument

2012-02-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Option 1 is to fix the regression in the 2.7/3.2 Python versions and change the C version to conform to the doc and older Python versions., even though it is the wrong error, and even though Python asserts disappear with -O (which is why it is the wrong error

[issue13782] xml.etree.ElementTree: Element.append doesn't type-check its argument

2012-02-09 Thread Eli Bendersky
Eli Bendersky added the comment: Terry, I agree with 3. The "regression" here is insignificant enough in my view to warrant mucking with already released versions. -- ___ Python tracker __

[issue13982] python returning errorneous value for sqrt

2012-02-09 Thread Shivam
New submission from Shivam : On mips64 biit machine running linux I have installed python2.4_2.4.4 from link "http://archive.debian.net/etch/python2.4"; using below commands: ./configure –enable-shared make make install But when I check value of sqrt(9.0) on python, python returns:“4.94065

[issue13983] make test giving bus error

2012-02-09 Thread Shivam
New submission from Shivam : Hi All, On mips64 biit machine running linux I have installed python2.4_2.4.4 from link "http://archive.debian.net/etch/python2.4"; using below commands: ./configure –enable-shared make make install But make test fails with bus error, below is the log for same

[issue13961] Have importlib use os.replace()

2012-02-09 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue13977] importlib simplification

2012-02-09 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue13175] packaging uses wrong line endings in RECORD files on Windows

2012-02-09 Thread Paul Moore
Paul Moore added the comment: > Maybe you’re using the old PyPI release or Tarek’s outdated Bitbucket > repository.  http://hg.python.org/distutils is current, contains pysetup and > supports -m distutils2.run. I just did pip install distutils2 in a virtualenv. If that doesn't work then yes,

[issue13982] python returning errorneous value for sqrt

2012-02-09 Thread Martin v . Löwis
Martin v. Löwis added the comment: Python 2.4 is no longer maintained. -- nosy: +loewis resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue13983] make test giving bus error

2012-02-09 Thread Martin v . Löwis
Martin v. Löwis added the comment: Python 2.4 is no longer maintained. -- nosy: +loewis resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

<    1   2