summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-12-04 09:44:30 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-12-04 09:44:30 (GMT)
commit10064e9d7a89b178b5a008fdc83813c3c7820c6b (patch)
tree811185cb88a1ae2b83311ae836e25987f0cda2e0
parentd9e833c70a22558236fc863250870837d4ad8b16 (diff)
downloadcpython-10064e9d7a89b178b5a008fdc83813c3c7820c6b.zip
cpython-10064e9d7a89b178b5a008fdc83813c3c7820c6b.tar.gz
cpython-10064e9d7a89b178b5a008fdc83813c3c7820c6b.tar.bz2
Add the NEWS entry for issue7904
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bc4cd25..17b89e1 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