summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-10-18 13:55:29 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-10-18 13:55:29 (GMT)
commit50f7d7e21346875886d0b86c50ff46adb7049b6b (patch)
tree2063a0d1532b4b11b60ac36514b9e77b24dc5481 /Misc
parent0491047580e18f06727146fcdfc6b46c83ef537e (diff)
downloadcpython-50f7d7e21346875886d0b86c50ff46adb7049b6b.zip
cpython-50f7d7e21346875886d0b86c50ff46adb7049b6b.tar.gz
cpython-50f7d7e21346875886d0b86c50ff46adb7049b6b.tar.bz2
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 b597bd5..3ff641c 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.