diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,9 @@ Core and Builtins Library ------- +- Issue #18776: atexit callbacks now display their full traceback when they + raise an exception. + - Issue #17827: Add the missing documentation for ``codecs.encode`` and ``codecs.decode``. |