summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-05-28 22:20:03 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-05-28 22:20:03 (GMT)
commit91e3b9d89d6a63149dcd9ab12223f552d1473aab (patch)
tree2d3035aaa19b15a2d5cd437a52905f66698a8c8f /Misc
parentfb12391c44d9491e2d1635eb5f82af3b0da0ec29 (diff)
downloadcpython-91e3b9d89d6a63149dcd9ab12223f552d1473aab.zip
cpython-91e3b9d89d6a63149dcd9ab12223f552d1473aab.tar.gz
cpython-91e3b9d89d6a63149dcd9ab12223f552d1473aab.tar.bz2
Deprecate contextlib.nested(). The with-statement now provides this functionality directly.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19f323f..12dfbac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,7 +15,8 @@ Core and Builtins
- Issue #6089: Fixed str.format with certain invalid field specifiers
that would raise SystemError.
-- Added support for multiple context managers in the same with statement.
+- Added support for multiple context managers in the same with-statement.
+ Deprecated contextlib.nested() which is no longer needed.
- Issue #5829: complex("1e500") no longer raises OverflowError. This
makes it consistent with float("1e500") and interpretation of real