diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-06 10:52:19 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-06 10:52:19 (GMT) |
commit | ef08fb1f040cb51e752c6b1322008714262fbf3e (patch) | |
tree | a4617bbf91a1a2ca34304e63824838de777fca2e /Misc | |
parent | dc22587df2a577cdcdd21f3aec629e22b07f4263 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |