]> 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:14:51 +0000 (23:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 21:14:51 +0000 (23:14 +0200)
commit31f5121275908b8d3f428d7e5499ddfe005f82ee
tree96b876435d22c81cf58da22805163ddb8eab57fa
parent027ab390143d9f95c16db19bc66c00bebbb04a96
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
is present.
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS