summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-10-18 13:55:29 +0000
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-10-18 13:55:29 +0000
commitc0c55af254ecc6c00c9d04ba1cf3af20f992836f (patch)
tree664d3d273448891c5510d87214f212e26f67157f /Misc
parent714fd36b15ee6f609de723892a5918bb16826491 (diff)
downloadcpython-c0c55af254ecc6c00c9d04ba1cf3af20f992836f.tar.gz
Issue #5117: Fixed root directory related issue on posixpath.relpath() and
ntpath.relpath().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b597bd5783..3ff641c6c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #5117: Fixed root directory related issue on posixpath.relpath() and
+ ntpath.relpath().
+
- Issue 9409: Fix the regex to match all kind of filenames, for interactive
debugging in doctests.