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 terry.reedy
Recipients cheryl.sabella, kbk, markroseman, roger.serwy, terry.reedy
Date 2017-06-24.00:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498264033.39.0.639578921756.issue24813@psf.upfronthosting.co.za>
In-reply-to
Content
There is something more I want to add: the bitness of the machine.

>>> platform.architecture()
('64bit', 'WindowsPE')

Display as '(64 bit)' or '(32 bit).  For the moment, add this to the title since it will not necessarily fit after python version.  See the doc note about Macs.

The reason has to do with import problems people report on Stackoverflow.  One possible reason is having multiple interpreters, only some of which have a 3rd party module.  Another is mismatched architecture.

At the same time, change the fg/bg to Mark's suggestion.
History
Date User Action Args
2017-06-24 00:27:13terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman, cheryl.sabella
2017-06-24 00:27:13terry.reedysetmessageid: <1498264033.39.0.639578921756.issue24813@psf.upfronthosting.co.za>
2017-06-24 00:27:13terry.reedylinkissue24813 messages
2017-06-24 00:27:11terry.reedycreate