diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Core and Builtins Library ------- +- Issue #4382: dbm.dumb did not specify the expected file encoding for opened + files. + - Issue #4383: When IDLE cannot make the connection to its subprocess, it would fail to properly display the error message. |