]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12070: Fix the Makefile parser of the sysconfig module to handle
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 21:37:07 +0000 (23:37 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 21:37:07 +0000 (23:37 +0200)
commit1273b7cd9ccd19a168d3def5c7d1479c5fb6119a
tree3d4a58fd5919023cc7db0ff2ceff8e7a4103d53e
parentd48ba0bde5bd535e9aa4c90cb122c0197f862e68
Issue #12070: Fix the Makefile parser of the sysconfig module to handle
correctly references to "bogus variable" (e.g. "prefix=$/opt/python").
Lib/sysconfig.py
Lib/test/test_sysconfig.py
Misc/NEWS