diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-01-04 23:07:20 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-01-04 23:07:20 (GMT) |
commit | 4908f4a1512bd8f8625631f2c763cb04640c434a (patch) | |
tree | a9412505ed43a5ff1ad12205aff0112e0aabad17 /Misc | |
parent | b231b2be070a143b349ad90b11151bd4297c396a (diff) | |
download | cpython-4908f4a1512bd8f8625631f2c763cb04640c434a.zip cpython-4908f4a1512bd8f8625631f2c763cb04640c434a.tar.gz cpython-4908f4a1512bd8f8625631f2c763cb04640c434a.tar.bz2 |
whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup.
And more news entry clarifications.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2243,10 +2243,10 @@ Library calls. - Issue #17566: Make importlib.abc.Loader.module_repr() optional instead of an - abstractmethod and raising NotImplementedError so as to be ignored by default. + abstractmethod; now it raises NotImplementedError so as to be ignored by default. -- Issue #17678: Remove the use of deprecated method in http/cookiejar.py. - Changing the usage of get_origin_req_host() to origin_req_host. +- Issue #17678: Remove the use of deprecated method in http/cookiejar.py by + changing the call to get_origin_req_host() to origin_req_host. - Issue #17666: Fix reading gzip files with an extra field. |