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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ocean-city
Date 2008-09-04.09:26:30
SpamBayes Score 9.616335e-07
Marked as misclassified No
Message-id <1220520393.07.0.417900411319.issue3762@psf.upfronthosting.co.za>
In-reply-to
Content
The problem shows up on other platforms as well.
The following comes from a standard Debian 64bit:

$ /usr/bin/python -c "import platform; print platform.architecture()"
('64bit', '')
$ /usr/bin/python2.4 -c "import platform; print platform.architecture()"
('64bit', 'ELF')

And the patch corrects this.
History
Date User Action Args
2008-09-04 09:26:33amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city
2008-09-04 09:26:33amaury.forgeotdarcsetmessageid: <1220520393.07.0.417900411319.issue3762@psf.upfronthosting.co.za>
2008-09-04 09:26:32amaury.forgeotdarclinkissue3762 messages
2008-09-04 09:26:31amaury.forgeotdarccreate