]> granicus.if.org Git - python/commit
Issue #13896: Make shelf instances work with 'with' as context managers.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Oct 2012 10:52:19 +0000 (13:52 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Oct 2012 10:52:19 +0000 (13:52 +0300)
commitef08fb1f040cb51e752c6b1322008714262fbf3e
treea4617bbf91a1a2ca34304e63824838de777fca2e
parentdc22587df2a577cdcdd21f3aec629e22b07f4263
Issue #13896: Make shelf instances work with 'with' as context managers.

Original patch by Filip GruszczyƄski.
Lib/shelve.py
Lib/test/test_shelve.py
Misc/NEWS