[issue27593] Deprecate sys._mercurial and create sys._git

Brett Cannon report at bugs.python.org
Sat Sep 10 14:49:59 EDT 2016


Brett Cannon added the comment:

Here is a patch to add sys._git and update Py_GetBuildInfo() as necessary. I would like to see this in Python 3.6 as 3.6.0 will be released using Mercurial but (hopefully) subsequent releases will be on git, so any reviews will be appreciated.

I will hold off on removing sys._mercurial until 3.7 as that will be the first release that doesn't span version control systems.

----------
keywords: +patch
nosy: +ned.deily
priority: normal -> release blocker
versions: +Python 3.6
Added file: http://bugs.python.org/file44535/issue27593.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27593>
_______________________________________


More information about the Python-bugs-list mailing list