diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-04-26 20:56:52 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-04-26 20:56:52 (GMT) |
commit | e3083d3ad541432e2420869c7ed56fb9aff7a453 (patch) | |
tree | c1bffd6775a90a4e341e13c5fd8a2a6229461e5a /Misc | |
parent | d4992dccfb52ef4c0f4f9417b3e18fd7bd56476b (diff) | |
download | cpython-e3083d3ad541432e2420869c7ed56fb9aff7a453.zip cpython-e3083d3ad541432e2420869c7ed56fb9aff7a453.tar.gz cpython-e3083d3ad541432e2420869c7ed56fb9aff7a453.tar.bz2 |
make operations on closed dumb databases raise a consistent exception (closes #19385)
Patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and Builtins Library ------- +- Issue #19385: Make operations on a closed dbm.dumb database always raise the + same exception. + - Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. |