summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-08-03 10:37:22 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-08-03 10:37:22 (GMT)
commit2a157d2a3d76960e696ef8004c237de4b424302e (patch)
tree648c7d3a78cef8e02b6058dee4b1e114eb7cba6a /Misc
parent86a1a8974dc23b2cdcb6cac3cb0babbfc6af296c (diff)
downloadcpython-2a157d2a3d76960e696ef8004c237de4b424302e.zip
cpython-2a157d2a3d76960e696ef8004c237de4b424302e.tar.gz
cpython-2a157d2a3d76960e696ef8004c237de4b424302e.tar.bz2
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
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 e1060f6..abfa83c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Core and Builtins
Library
-------
+- Issue #12683: urlparse updated to include svn as schemes that uses relative
+ paths. (svn from 1.5 onwards support relative path).
+
- Issues #11104, #8688: Fix the behavior of distutils' sdist command with
manually-maintained MANIFEST files.