commit | 50f7d7e21346875886d0b86c50ff46adb7049b6b | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Mon Oct 18 13:55:29 2010 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Mon Oct 18 13:55:29 2010 +0000 |
tree | 2063a0d1532b4b11b60ac36514b9e77b24dc5481 | |
parent | 0491047580e18f06727146fcdfc6b46c83ef537e [diff] [blame] |
Issue #5117: Fixed root directory related issue on posixpath.relpath() and ntpath.relpath().
diff --git a/Misc/NEWS b/Misc/NEWS index b597bd5..3ff641c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,9 @@ 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.