diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-12-10 22:50:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-12-10 22:50:22 (GMT) |
commit | 2122cf717f963c956b4481ca31703bbf8e391397 (patch) | |
tree | 30351a4de4d819deaa471fbc42c83b0de3487813 /Misc/NEWS | |
parent | ce2af335622a1371481fe7f410819d9df9f2ef5d (diff) | |
download | cpython-2122cf717f963c956b4481ca31703bbf8e391397.zip cpython-2122cf717f963c956b4481ca31703bbf8e391397.tar.gz cpython-2122cf717f963c956b4481ca31703bbf8e391397.tar.bz2 |
alias resource.error to OSError
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -406,6 +406,8 @@ Core and Builtins Library ------- +- Alias resource.error to OSError ala PEP 3151. + - Issue #13248: Turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning. It covers 'cgi.escape', 'importlib.abc.PyLoader', 'importlib.abc.PyPycLoader', 'nntplib.NNTP.xgtitle', 'nntplib.NNTP.xpath', |