summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-06 10:52:19 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-06 10:52:19 (GMT)
commitef08fb1f040cb51e752c6b1322008714262fbf3e (patch)
treea4617bbf91a1a2ca34304e63824838de777fca2e /Misc
parentdc22587df2a577cdcdd21f3aec629e22b07f4263 (diff)
downloadcpython-ef08fb1f040cb51e752c6b1322008714262fbf3e.zip
cpython-ef08fb1f040cb51e752c6b1322008714262fbf3e.tar.gz
cpython-ef08fb1f040cb51e752c6b1322008714262fbf3e.tar.bz2
Issue #13896: Make shelf instances work with 'with' as context managers.
Original patch by Filip GruszczyƄski.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c52149e..c0b55f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Core and Builtins
Library
-------
+- Issue #13896: Make shelf instances work with 'with' as context managers.
+ Original patch by Filip GruszczyƄski.
+
- Issue #15417: Add support for csh and fish in venv activation scripts.
- Issue #16123: IDLE - deprecate running without a subprocess.