]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 21:15:14 +0000 (23:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 21:15:14 +0000 (23:15 +0200)
commitc369c2c688c407433d88a7cad75cda88fbe799b5
tree4b2952e461ada005e6e8b1953a6aef204af2ddff
parent99e033b02e9f352c484e20d6a6d57954304865b4
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
is present.
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS