]> granicus.if.org Git - python/commitdiff
Merged revisions 87014 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sat, 4 Dec 2010 09:58:29 +0000 (09:58 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sat, 4 Dec 2010 09:58:29 +0000 (09:58 +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 fcea07204cb753ad0c197fd38645aa0f0bd0178c..16b3f63ee669fe3b4370383d9a070f4d702cb98d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1428,6 +1428,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 #1555570: email no longer inserts extra blank lines when a \r\n
   combo crosses an 8192 byte boundary.