commit | 33ad0968eb624d22075d567123c52f62e7184d8d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Jun 25 20:37:49 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Jun 25 20:37:49 2014 +0300 |
tree | 84b46841960552db6566f66433e7e9d8ee623a14 | |
parent | 6d52ced4ceccc0ec54c8e3064ad4bbdfbd27e468 [diff] [blame] |
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure files closing. Patch by Claudiu Popa.
diff --git a/Misc/NEWS b/Misc/NEWS index fc7c67d..66c558a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #21729: Used the "with" statement in the dbm.dumb module to ensure + files closing. + - Issue #21672: Fix the behavior of ntpath.join on UNC-style paths. - Issue #19145: The times argument for itertools.repeat now handles