commit | 3bef9355123e6facb866fa5964acdbeb2f11f7d2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jun 22 19:07:38 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jun 22 19:07:38 2014 -0700 |
tree | ba43623603ce9a213b33219a4c04d628228abbef | |
parent | ecb4a1e49a0c969228df60cc6db5a2c24a248df1 [diff] [blame] |
fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672)
diff --git a/Misc/NEWS b/Misc/NEWS index 664eba7..aa05403 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Library ------- +- Issue #21672: Fix the behavior of ntpath.join on UNC-style paths. + - Issue #21491: SocketServer: Fix a race condition in child processes reaping. - Issue #21635: The difflib SequenceMatcher.get_matching_blocks() method