Message 290600 - Python tracker
Message290600
| 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: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 | |