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 vstinner
Recipients benjamin.peterson, brett.cannon, larry, matrixise, ned.deily, steve.dower, vstinner
Date 2017-03-27.12:10:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490616607.04.0.182162215835.issue27593@psf.upfronthosting.co.za>
In-reply-to
Content
The 3.5, 3.6 and master branches of Python have a new sys._git attribute and lost their sys._mercurial attribute. But the 2.7 branch is still stuck at sys._mercurial: version and tag are empty.

Should we backport sys._git from master to 2.7 and remove sys._mercurial? Maybe on 2.7 we can keep sys._mercurial.
History
Date User Action Args
2017-03-27 12:10:07vstinnersetrecipients: + vstinner, brett.cannon, larry, benjamin.peterson, ned.deily, steve.dower, matrixise
2017-03-27 12:10:07vstinnersetmessageid: <1490616607.04.0.182162215835.issue27593@psf.upfronthosting.co.za>
2017-03-27 12:10:07vstinnerlinkissue27593 messages
2017-03-27 12:10:06vstinnercreate