]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use win32api.GetFullPathName(path) if it exists to implement abspath().
authorGuido van Rossum <guido@python.org>
Fri, 29 Jan 1999 22:30:41 +0000 (22:30 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 29 Jan 1999 22:30:41 +0000 (22:30 +0000)
commit9787bea4cd58b31896e643fc16b7430af5b099e8
tree9d067489f109fcab1a67a6c6da0386191fe02c09
parent28e66d1c5ed696e5aa7fcd82d6787e9a8f8b7727
Use win32api.GetFullPathName(path) if it exists to implement abspath().
Lib/ntpath.py