summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-08-03 10:44:10 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-08-03 10:44:10 (GMT)
commit8a984b58b720a84eb743737b4b7bd3ee13e3ceb7 (patch)
tree51a0478de7f598a45a55899fd659eb18a848fdad /Misc
parent05cd4c602b4f16606dd046dfad51f1d0465d9d85 (diff)
parent2a157d2a3d76960e696ef8004c237de4b424302e (diff)
downloadcpython-8a984b58b720a84eb743737b4b7bd3ee13e3ceb7.zip
cpython-8a984b58b720a84eb743737b4b7bd3ee13e3ceb7.tar.gz
cpython-8a984b58b720a84eb743737b4b7bd3ee13e3ceb7.tar.bz2
merge from 3.2 - 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 df05910..22ed1c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -249,6 +249,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).
+
- Issue #12655: Expose functions from sched.h in the os module: sched_yield(),
sched_setscheduler(), sched_getscheduler(), sched_setparam(),
sched_get_min_priority(), sched_get_max_priority(), sched_rr_get_interval(),