]> granicus.if.org Git - python/commit
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 21:16:28 +0000 (23:16 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 21:16:28 +0000 (23:16 +0200)
commitf5d2f22475a340d65bf631f7bb0e5219a16ecae0
tree933e0bf5874045610fb3b16bd2ae8c17d6701665
parent2393dca4721b308704f3bc8c8791b06062daa7e3
parentc369c2c688c407433d88a7cad75cda88fbe799b5
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
is present.
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS