]> granicus.if.org Git - python/commit
Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on Windows...
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 14 Aug 2000 06:21:26 +0000 (06:21 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 14 Aug 2000 06:21:26 +0000 (06:21 +0000)
commit673c6cf3d480cbdd31c994a9b25a3821b6a85401
treecb413afa014577b1ebee36ff21d270e40f2fc72c
parent647d2fe1451b1e7cd558771fcbae3fbdce1ffcf7
Test for fix to 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/test/test_ntpath.py