diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-04 09:50:37 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-04 09:50:37 (GMT) |
commit | 539928160063dc867458cd4170416aa9b4673c15 (patch) | |
tree | c61646d8fd1cf9fd322d072fa7b0e41d1b053a82 | |
parent | 76f05b70d7ab439fd56ec07ca2770649980f1800 (diff) | |
download | cpython-539928160063dc867458cd4170416aa9b4673c15.zip cpython-539928160063dc867458cd4170416aa9b4673c15.tar.gz cpython-539928160063dc867458cd4170416aa9b4673c15.tar.bz2 |
Merged revisions 87014 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87014 | senthil.kumaran | 2010-12-04 17:44:30 +0800 (Sat, 04 Dec 2010) | 3 lines
Add the NEWS entry for issue7904
........
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,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 #10478: Reentrant calls inside buffered IO objects (for example by way of a signal handler) now raise a RuntimeError instead of freezing the current process. |