]> granicus.if.org Git - python/commit
(Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 21:38:03 +0000 (23:38 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 21:38:03 +0000 (23:38 +0200)
commit17dc81951acac1e6e6488357085003b3d9a9f48f
tree063ec6488cc0f2c8e18a214bbfdaafd7a4f7a1e4
parenteb734f77adb23a3cfe90a21679b74aee404d1a31
parent1273b7cd9ccd19a168d3def5c7d1479c5fb6119a
(Merge 3.2) 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