diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-18 13:55:29 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-18 13:55:29 (GMT) |
commit | 50f7d7e21346875886d0b86c50ff46adb7049b6b (patch) | |
tree | 2063a0d1532b4b11b60ac36514b9e77b24dc5481 /Misc | |
parent | 0491047580e18f06727146fcdfc6b46c83ef537e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |