[Python-checkins] r87014 - python/branches/py3k/Misc/NEWS

senthil.kumaran python-checkins at python.org
Sat Dec 4 10:44:30 CET 2010


Author: senthil.kumaran
Date: Sat Dec  4 10:44:30 2010
New Revision: 87014

Log:
Add the NEWS entry for issue7904



Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Dec  4 10:44:30 2010
@@ -37,6 +37,10 @@
 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


More information about the Python-checkins mailing list