summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2013-10-11 05:39:39 (GMT)
committerRaymond Hettinger <python@rcn.com>2013-10-11 05:39:39 (GMT)
commit1254b407ac6960ff2594e417d2f1c2c6a1ffc755 (patch)
treeec8d08e5216d84deb67d123a095a716fa1c29407 /Misc/NEWS
parenta76795bf532169674f4e1637585ff6a52359e1c8 (diff)
downloadcpython-1254b407ac6960ff2594e417d2f1c2c6a1ffc755.zip
cpython-1254b407ac6960ff2594e417d2f1c2c6a1ffc755.tar.gz
cpython-1254b407ac6960ff2594e417d2f1c2c6a1ffc755.tar.bz2
Rename contextlib.ignored() to contextlib.ignore().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 279a5eb..9fe1fa6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1656,8 +1656,8 @@ Library
- Issue #17385: Fix quadratic behavior in threading.Condition. The FIFO
queue now uses a deque instead of a list.
-- Issue #15806: Add contextlib.ignored(). This creates a context manager
- to ignore specified exceptions, replacing the "except Exc: pass" idiom.
+- Issue #15806: Add contextlib.ignore(). This creates a context manager to
+ ignore specified exceptions, replacing the "except SomeException: pass" idiom.
- Issue #14645: The email generator classes now produce output using the
specified linesep throughout. Previously if the prolog, epilog, or