diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-25 17:37:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-25 17:37:30 (GMT) |
commit | e5243cc7134b4bc16c91e225ce9d860cc1a4d6f7 (patch) | |
tree | 23b31f6745d6f27c0583c3524962cb698ae71e6d /Misc | |
parent | 9f65a35b7ea7f5dca7e922f203992cd0a6661de9 (diff) | |
parent | 65c623de74cba3eff6d8f5f4c37cfec89c0fde43 (diff) | |
download | cpython-e5243cc7134b4bc16c91e225ce9d860cc1a4d6f7.zip cpython-e5243cc7134b4bc16c91e225ce9d860cc1a4d6f7.tar.gz cpython-e5243cc7134b4bc16c91e225ce9d860cc1a4d6f7.tar.bz2 |
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing. Patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,9 @@ Core and Builtins Library ------- +- Issue #21729: Used the "with" statement in the dbm.dumb module to ensure + files closing. Patch by Claudiu Popa. + - Issue #21491: socketserver: Fix a race condition in child processes reaping. - Issue #21719: Added the ``st_file_attributes`` field to os.stat_result on |