]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if...
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 14 Aug 2000 06:20:32 +0000 (06:20 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 14 Aug 2000 06:20:32 +0000 (06:20 +0000)
commit647d2fe1451b1e7cd558771fcbae3fbdce1ffcf7
treefafa3d92612fb730bbf0d3a7b191012c17cc236d
parent0d0b1e93e1393b6a6661fe9837552812f2dbf781
Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified.  It previously did not if an empty path was delegated to win32api.GetFullPathName())
Lib/ntpath.py