summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e6948d7..a7af2cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,8 @@ Core and Builtins
Library
-------
+- Issue #16250: Fix URLError invocation with proper args.
+
- Issue #16305: Fix a segmentation fault occurring when interrupting
math.factorial.