This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients eric.araujo, jcea, python-dev, tarek
Date 2012-01-18.04:00:13
SpamBayes Score 0.0003658678
Marked as misclassified No
Message-id <1326859214.67.0.146980860865.issue13803@psf.upfronthosting.co.za>
In-reply-to
Content
A trivial check-in causing a nightmare at 5AM just hours before a day-long offline trip :-).

Eric, could you possibly review the committed version?. I can't use "platform.architecture()" because bootstrap issues. For instance: http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%202.7/builds/828/steps/compile/logs/stdio

Moreover, there are function redundancy between "distutils/util.py" and "sysconfig.py", and the return value must be consistent. This is just created issue13813.
History
Date User Action Args
2012-01-18 04:00:14jceasetrecipients: + jcea, tarek, eric.araujo, python-dev
2012-01-18 04:00:14jceasetmessageid: <1326859214.67.0.146980860865.issue13803@psf.upfronthosting.co.za>
2012-01-18 04:00:14jcealinkissue13803 messages
2012-01-18 04:00:13jceacreate