Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:

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.

----------
keywords:  -needs review
nosy: +amaury.forgeotdarc
resolution:  -> accepted

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3762>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to