From: Senthil Kumaran Date: Sat, 4 Dec 2010 09:44:30 +0000 (+0000) Subject: Add the NEWS entry for issue7904 X-Git-Tag: v3.2b1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10064e9d7a89b178b5a008fdc83813c3c7820c6b;p=python Add the NEWS entry for issue7904 --- diff --git a/Misc/NEWS b/Misc/NEWS index bc4cd254d4..17b89e18dc 100644 --- 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