mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fixed bug #1628
The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
This commit is contained in:
parent
90921cc4b5
commit
c67a15d865
2 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,7 @@ class SysconfigTestCase(unittest.TestCase):
|
|||
|
||||
def test_get_python_lib(self):
|
||||
lib_dir = sysconfig.get_python_lib()
|
||||
# XXX doesn't work on Inux when Python was never installed before
|
||||
# XXX doesn't work on Linux when Python was never installed before
|
||||
#self.assert_(os.path.isdir(lib_dir), lib_dir)
|
||||
# test for pythonxx.lib?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue