]> 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:07:40 +0000 (19:07 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Oct 2013 17:07:40 +0000 (19:07 +0200)
commitdde25c485158b652ed34581cb977eb5bd439ade0
treec956128e7d928f28637db2397eaac690e18c5773
parent776b888071337401ca577d32e8d5c14bf16bd420
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Patch by Sunny K.
Lib/test/test_sysconfig.py
Misc/ACKS