diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-22 03:10:11 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-22 03:10:11 (GMT) |
commit | 7f3d16f8f582de1c6d19b40f7d1b8966af06cce0 (patch) | |
tree | cc1c623fa984c178f5f0df3845a9ab4f96fa20c5 /Misc | |
parent | f4af15b3b396e9ca06d599fd2fa0a1be3bf4d4e4 (diff) | |
download | cpython-7f3d16f8f582de1c6d19b40f7d1b8966af06cce0.zip cpython-7f3d16f8f582de1c6d19b40f7d1b8966af06cce0.tar.gz cpython-7f3d16f8f582de1c6d19b40f7d1b8966af06cce0.tar.bz2 |
Extra NEWS formatting fix for 3.6
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1025,7 +1025,7 @@ Library IDLE ---- -- Issue 15348: Stop the debugger engine (normally in a user process) +- Issue #15348: Stop the debugger engine (normally in a user process) before closing the debugger window (running in the IDLE process). This prevents the RuntimeErrors that were being caught and ignored. |