diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-04 09:44:30 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-04 09:44:30 (GMT) |
commit | 10064e9d7a89b178b5a008fdc83813c3c7820c6b (patch) | |
tree | 811185cb88a1ae2b83311ae836e25987f0cda2e0 | |
parent | d9e833c70a22558236fc863250870837d4ad8b16 (diff) | |
download | cpython-10064e9d7a89b178b5a008fdc83813c3c7820c6b.zip cpython-10064e9d7a89b178b5a008fdc83813c3c7820c6b.tar.gz cpython-10064e9d7a89b178b5a008fdc83813c3c7820c6b.tar.bz2 |
Add the NEWS entry for issue7904
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |