]> granicus.if.org Git - python/commit
Optimize abspath() slightly for the case that win32api can't be
authorGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 16:54:39 +0000 (16:54 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 16:54:39 +0000 (16:54 +0000)
commit823e91c767ef2ddf1568210fdf4763f79c85e103
treec7b41b7fc4c93ee1ed4e3fb33469ed60213badc2
parent5606801b64e9e4a599eb416ec6a0c19b5e27a092
Optimize abspath() slightly for the case that win32api can't be
imported; in that case, abspath is replaced by a fallback version.
Lib/ntpath.py