commit | 2122cf717f963c956b4481ca31703bbf8e391397 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Dec 10 17:50:22 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Dec 10 17:50:22 2011 -0500 |
tree | 30351a4de4d819deaa471fbc42c83b0de3487813 | |
parent | ce2af335622a1371481fe7f410819d9df9f2ef5d [diff] [blame] |
alias resource.error to OSError
diff --git a/Misc/NEWS b/Misc/NEWS index 58c2813..16cda42 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -406,6 +406,8 @@ 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',