]> granicus.if.org Git - python/commitdiff
Merged revisions 87014 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sat, 4 Dec 2010 09:50:37 +0000 (09:50 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sat, 4 Dec 2010 09:50:37 +0000 (09:50 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87014 | senthil.kumaran | 2010-12-04 17:44:30 +0800 (Sat, 04 Dec 2010) | 3 lines

  Add the NEWS entry for issue7904
........

Misc/NEWS

index 94b9c8727b369618d966acebc40b629563f42d1b..1c7abf7efc0e81a4c754506844b113fbb272c1e6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #7904: Changes to urllib.parse.urlsplit to handle schemes as defined by
+  RFC3986. Anything before :// is considered a scheme and is followed by an
+  authority (or netloc) and by '/' led path, which is optional.
+
 - Issue #10478: Reentrant calls inside buffered IO objects (for example by
   way of a signal handler) now raise a RuntimeError instead of freezing the
   current process.