diff options
Diffstat (limited to 'Misc/NEWS')
-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. |