]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Oct 2013 17:08:07 +0000 (19:08 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Oct 2013 17:08:07 +0000 (19:08 +0200)
commit3d3e1ba8ac9d759394a76a3da4c47247b3120be3
tree96a519022caa66789c69a40f83a1ad188e027caf
parent3dd263faabfd2b7cee9befa062f5e84827360643
parentdde25c485158b652ed34581cb977eb5bd439ade0
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Patch by Sunny K.
Lib/test/test_sysconfig.py
Misc/ACKS