]> granicus.if.org Git - python/commit
In abspath(), always use normpath(), even when win32api is available
authorGuido van Rossum <guido@python.org>
Tue, 30 Nov 1999 15:00:00 +0000 (15:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Nov 1999 15:00:00 +0000 (15:00 +0000)
commit6dfc792fea1cdf71dd601840c8832f917e89872d
tree85bdb4f05681ed563e82c9be7ebc007a36fa3486
parentd25c1b73d2c8ab561476de849026aef7bd25808e
In abspath(), always use normpath(), even when win32api is available
(and even when it fails).  This avoids the problem where a trailing
separator is not removed when win32api.GetFullPathName() is used.
Lib/ntpath.py