Commit 10064e9d authored by Senthil Kumaran's avatar Senthil Kumaran

Add the NEWS entry for issue7904

parent d9e833c7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment