]> granicus.if.org Git - python/commit
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jun 2014 17:37:49 +0000 (20:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jun 2014 17:37:49 +0000 (20:37 +0300)
commit33ad0968eb624d22075d567123c52f62e7184d8d
tree84b46841960552db6566f66433e7e9d8ee623a14
parent6d52ced4ceccc0ec54c8e3064ad4bbdfbd27e468
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing.  Patch by Claudiu Popa.
Lib/dumbdbm.py
Misc/NEWS