mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
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 ........
This commit is contained in:
parent
76f05b70d7
commit
5399281600
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #10478: Reentrant calls inside buffered IO objects (for example by
|
||||||
way of a signal handler) now raise a RuntimeError instead of freezing the
|
way of a signal handler) now raise a RuntimeError instead of freezing the
|
||||||
current process.
|
current process.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue