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 loewis
Recipients georg.brandl, loewis
Date 2011-05-09.23:04:13
SpamBayes Score 4.1085514e-06
Marked as misclassified No
Message-id <1304982255.24.0.451713108617.issue12046@psf.upfronthosting.co.za>
In-reply-to
Content
The Unix build identifies itself with a string such as

Python 3.2.1b1 (3.2:5b34f84ca773, May 10 2011, 00:58:43)

and sys._mercurial then is ('CPython', '3.2', '5b34f84ca773')

In the Windows build, the identification is

Python 3.2.1b1 (default, May 10 2011, 00:33:43) [MSC v.1500 32 bit (Intel)] on win32

and sys._mercurial is ('CPython', '', '')

Not sure whether this is a release blocker, but it's definitely a step backwards from 3.2.0.
History
Date User Action Args
2011-05-09 23:04:15loewissetrecipients: + loewis, georg.brandl
2011-05-09 23:04:15loewissetmessageid: <1304982255.24.0.451713108617.issue12046@psf.upfronthosting.co.za>
2011-05-09 23:04:13loewislinkissue12046 messages
2011-05-09 23:04:13loewiscreate