• Ned Deily's avatar
    [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) · 95c50e5a
    Ned Deily yazdı
    * 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.
    (cherry picked from commit 5c4b0d06)
    95c50e5a
getbuildinfo.c 1.28 KB