]> granicus.if.org Git - python/commit
Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig...
authorChristian Heimes <christian@cheimes.de>
Thu, 6 Dec 2007 13:15:13 +0000 (13:15 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 6 Dec 2007 13:15:13 +0000 (13:15 +0000)
commitd3fc07a4a076143b9b20f8236e9d1c07bfb818dc
tree7977e3d3ecb9088129b06480cf076bb8f81f681c
parentd6b20dc54fb46e699fe6358534ee8302ad91d303
Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree.
Added several small unit tests for sysconfig.
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_sysconfig.py [new file with mode: 0644]