]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some errors that #7566 introduced on non-Windows platforms due to
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 19:46:17 +0000 (19:46 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 19:46:17 +0000 (19:46 +0000)
commit13a0db5ddbb53c504574743207524b037945552c
tree7041e536b3a6c01108de8b3862fca8e1c5eda79c
parent4bc12ef47dd57abda134fc0e90f946d862d8989e
Fix some errors that #7566 introduced on non-Windows platforms due to
an ImportError. Rearranged the import, faked out the implementation when
the import fails, and reorganized a test that depends on Win32 behavior.
Lib/ntpath.py
Lib/test/test_ntpath.py