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 pitrou
Recipients lemburg, ned.deily, pitrou, ronaldoussoren
Date 2010-12-19.13:56:35
SpamBayes Score 1.9556445e-09
Marked as misclassified No
Message-id <1292766991.3679.0.camel@localhost.localdomain>
In-reply-to <1292766549.81.0.488350728799.issue10735@psf.upfronthosting.co.za>
Content
> It's only a hack in the sense that platform.architecture is the
> documented interface in the std library to report "bits" and,
> unfortunately, users try to use it to determine whether running in
> 64-bit or 32-bit mode.  For instance, see here:
> http://permalink.gmane.org/gmane.comp.python.general/676626

Well, the fact that platform.architecture() returns a free-form string
suggests to me that it could return all kinds of unexpected results
depending on the system (it probably parses the output of some command).
So perhaps the platform docs should warn against this.
History
Date User Action Args
2010-12-19 13:56:38pitrousetrecipients: + pitrou, lemburg, ronaldoussoren, ned.deily
2010-12-19 13:56:35pitroulinkissue10735 messages
2010-12-19 13:56:35pitroucreate