[Python-checkins] [python/cpython] 5c4b0d: bpo-27593: Get SCM build info from git instead of ...

GitHub noreply at github.com
Sat Mar 4 00:19:56 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 5c4b0d063aba0a68c325073f5f312a2c9f40d178
      https://github.com/python/cpython/commit/5c4b0d063aba0a68c325073f5f312a2c9f40d178
  Author: Ned Deily <nad at python.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
    M Include/pylifecycle.h
    M Lib/platform.py
    M Lib/test/test_platform.py
    M Makefile.pre.in
    M Misc/NEWS
    M Modules/getbuildinfo.c
    M Python/sysmodule.c
    M configure
    M configure.ac

  Log Message:
  -----------
  bpo-27593: Get SCM build info from git instead of hg. (#446)

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.




More information about the Python-checkins mailing list