]> granicus.if.org Git - python/commitdiff
Add the NEWS entry for issue7904
authorSenthil Kumaran <orsenthil@gmail.com>
Sat, 4 Dec 2010 09:44:30 +0000 (09:44 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sat, 4 Dec 2010 09:44:30 +0000 (09:44 +0000)
Misc/NEWS

index bc4cd254d4634248d9e08f8f5b3f6a393c368c75..17b89e18dc2b96ad00cd6a78cf9fa7a5597bf2a9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,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 #6045: dbm.gnu databases now support get() and setdefault() methods.
 
 - Issue #10620: `python -m unittest` can accept file paths instead of module