diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-12 18:13:24 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-12 18:13:24 (GMT) |
commit | 10e54aeaa234f2806b367c66e3fb4ac6568b39f6 (patch) | |
tree | e7b19ba4ccec369878324c2e05690d94e23bfe4c /Misc/NEWS | |
parent | fd28cbef4b1a1b85f8fc6d936a8916302abdf171 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |