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 steve.dower
Recipients benjamin.peterson, brett.cannon, larry, matrixise, ned.deily, steve.dower
Date 2017-03-04.06:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488608513.53.0.558046779316.issue27593@psf.upfronthosting.co.za>
In-reply-to
Content
Here's some sample output with the change:

C:\build\cpython36>PCbuild\win32\python_d.exe
Python 3.6.0+ (3.6:95c50e5aed9e5683676e18349dd94b11901a66b3, Mar  4 2017, 06:08:54) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys._git
('CPython', '3.6', '95c50e5aed9e5683676e18349dd94b11901a66b3')

I wonder whether we should shorten the revision hash for the copyright string? I think sys._git[2] should keep the whole output.
History
Date User Action Args
2017-03-04 06:21:53steve.dowersetrecipients: + steve.dower, brett.cannon, larry, benjamin.peterson, ned.deily, matrixise
2017-03-04 06:21:53steve.dowersetmessageid: <1488608513.53.0.558046779316.issue27593@psf.upfronthosting.co.za>
2017-03-04 06:21:53steve.dowerlinkissue27593 messages
2017-03-04 06:21:53steve.dowercreate