]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #9790 again. Rather than handle NotImplementedError at runtime as
authorBrian Curtin <brian.curtin@gmail.com>
Fri, 24 Sep 2010 13:56:34 +0000 (13:56 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Fri, 24 Sep 2010 13:56:34 +0000 (13:56 +0000)
commite8e8042bb5f722481ce22be573e62a6d009c7dfe
tree00e4e6be675f86cc80c3ef31e42eda00f9149c10
parent0151b8eddada4062b9efc18fffe87956fd90db09
Fix #9790 again. Rather than handle NotImplementedError at runtime as
before, only attempt the import where nt._getfinalpathname could actually
work, i.e., Windows Vista and beyond.
Lib/ntpath.py