Message290600
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. |
|
Date |
User |
Action |
Args |
2017-03-27 12:10:07 | vstinner | set | recipients:
+ vstinner, brett.cannon, larry, benjamin.peterson, ned.deily, steve.dower, matrixise |
2017-03-27 12:10:07 | vstinner | set | messageid: <1490616607.04.0.182162215835.issue27593@psf.upfronthosting.co.za> |
2017-03-27 12:10:07 | vstinner | link | issue27593 messages |
2017-03-27 12:10:06 | vstinner | create | |
|