bpo-27593: Get SCM build info from git instead of hg. #446
AraHaan
commented
Mar 4, 2017
•
tbh it should be fore both in case someone clones it in hg, or in case they clone it in git. But overall I have no reason to disagree at all with this. Also instead of changing hg on here to git why not just have both on the project files and the build script and such so that way they do not both have to be edited every time a file is added to the projects or whatever. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sys.version and the platform module python_build(),
python_branch(), and python_revision() functions now use
git information rather than hg when building from a repo.
Based on original patches by Brett Cannon and Steve Dower.