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 Arfrever, brett.cannon, eric.araujo, eric.snow, loewis, ncoghlan, pitrou
Date 2012-04-27.07:13:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335510820.61.0.302309727411.issue14673@psf.upfronthosting.co.za>
In-reply-to
Content
When I added sys.subversion, people requested that it shall contain the CPython string. When sys._mercurial was introduced, it copied that. So there are plenty of ways already to figure out that it is CPython which you are using.
History
Date User Action Args
2012-04-27 07:13:40loewissetrecipients: + loewis, brett.cannon, ncoghlan, pitrou, eric.araujo, Arfrever, eric.snow
2012-04-27 07:13:40loewissetmessageid: <1335510820.61.0.302309727411.issue14673@psf.upfronthosting.co.za>
2012-04-27 07:13:40loewislinkissue14673 messages
2012-04-27 07:13:39loewiscreate