summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst b/Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst
deleted file mode 100644
index 847c241..0000000
--- a/Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-:func:`atexit._run_exitfuncs` now logs callback exceptions using
-:data:`sys.unraisablehook`, rather than logging them directly into
-:data:`sys.stderr` and raise the last exception.