summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-10-12 18:13:24 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-10-12 18:13:24 (GMT)
commit10e54aeaa234f2806b367c66e3fb4ac6568b39f6 (patch)
treee7b19ba4ccec369878324c2e05690d94e23bfe4c /Misc/NEWS
parentfd28cbef4b1a1b85f8fc6d936a8916302abdf171 (diff)
downloadcpython-10e54aeaa234f2806b367c66e3fb4ac6568b39f6.zip
cpython-10e54aeaa234f2806b367c66e3fb4ac6568b39f6.tar.gz
cpython-10e54aeaa234f2806b367c66e3fb4ac6568b39f6.tar.bz2
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 44e63d4..28a7d94 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,9 @@ Core and Builtins
Library
-------
+- Issue #20766: Fix references leaked by pdb in the handling of SIGINT
+ handlers.
+
- Issue #26293: Fixed writing ZIP files that starts not from the start of the
file. Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.