]> 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:30 +0000 (20:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jun 2014 17:37:30 +0000 (20:37 +0300)
commite5243cc7134b4bc16c91e225ce9d860cc1a4d6f7
tree23b31f6745d6f27c0583c3524962cb698ae71e6d
parent9f65a35b7ea7f5dca7e922f203992cd0a6661de9
parent65c623de74cba3eff6d8f5f4c37cfec89c0fde43
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