Message13082

Author jeff.allen
Recipients jeff.allen
Date 2020-05-31.09:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590918731.85.0.833143923051.issue2892@roundup.psfhosted.org>
In-reply-to
Content
This change includes moving from Mercurial to Git as the SCM tool, and therefore sys._mercurial becomes sys._git, and our Ant script must generate the values.

The corresponding change in CPython (between 2.7.13 and 2.7.14 is here:
https://github.com/python/cpython/commit/2c7085fd7b00cba8b5ab258c62453b6a12418b73

Note that this change is abrupt: sys._mercurial simply disappears from the name space. I propose the same approach.
History
Date User Action Args
2020-05-31 09:52:11jeff.allensetmessageid: <1590918731.85.0.833143923051.issue2892@roundup.psfhosted.org>
2020-05-31 09:52:11jeff.allensetrecipients: + jeff.allen
2020-05-31 09:52:11jeff.allenlinkissue2892 messages
2020-05-31 09:52:10jeff.allencreate