]> 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:35:31 +0000 (20:35 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jun 2014 17:35:31 +0000 (20:35 +0300)
commit65c623de74cba3eff6d8f5f4c37cfec89c0fde43
tree7f57e0d51b7613063b6f16c7d888b377b30993ab
parent0c4baa40ec73044b79d330e04b413ca04f3baedf
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing.  Patch by Claudiu Popa.
Lib/dbm/dumb.py
Misc/NEWS