summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 460789c..3cd4c9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@ Library
- In the curses module, raise an error if window.getstr() is passed a negative
value.
+- Issue #27760: Fix possible integer overflow in binascii.b2a_qp.
+
- Issue #27758: Fix possible integer overflow in the _csv module for large record
lengths.