diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-25 17:35:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-25 17:35:31 (GMT) |
commit | 65c623de74cba3eff6d8f5f4c37cfec89c0fde43 (patch) | |
tree | 7f57e0d51b7613063b6f16c7d888b377b30993ab /Misc/NEWS | |
parent | 0c4baa40ec73044b79d330e04b413ca04f3baedf (diff) | |
download | cpython-65c623de74cba3eff6d8f5f4c37cfec89c0fde43.zip cpython-65c623de74cba3eff6d8f5f4c37cfec89c0fde43.tar.gz cpython-65c623de74cba3eff6d8f5f4c37cfec89c0fde43.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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,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 #21832: Require named tuple inputs to be exact strings. |