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 malin
Recipients eric.snow, malin, steven.daprano
Date 2019-01-23.03:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548212568.58.0.0159404750711.issue35779@roundup.psfhosted.org>
In-reply-to
Content
Hi, thanks for your replies.

To be honest, the reason is I fell it's a bit ugly, this line is very long at REPL startup. And the information is not very clear [1].

I'm not strongly pushing this idea, just raise my feeling, keep it easy. :)

Yes, after this discussion, I suppose simplified message only printed in Windows/Mac official binary releases. Just print at REPL startup, don't change sys.version.

Python 3.7.2 (64 bit, Dec 23 2018) on Windows
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys; sys.version
'3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)]'


[1] How do I determine if my python shell is executing in 32bit or 64bit mode on OS X?
[1] https://stackoverflow.com/questions/1405913/how-do-i-determine-if-my-python-shell-is-executing-in-32bit-or-64bit-mode-on-os
History
Date User Action Args
2019-01-23 03:02:49malinsetrecipients: + malin, steven.daprano, eric.snow
2019-01-23 03:02:48malinsetmessageid: <1548212568.58.0.0159404750711.issue35779@roundup.psfhosted.org>
2019-01-23 03:02:48malinlinkissue35779 messages
2019-01-23 03:02:48malincreate