summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-22 03:10:11 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-22 03:10:11 (GMT)
commit7f3d16f8f582de1c6d19b40f7d1b8966af06cce0 (patch)
treecc1c623fa984c178f5f0df3845a9ab4f96fa20c5 /Misc
parentf4af15b3b396e9ca06d599fd2fa0a1be3bf4d4e4 (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce20fe7..363454d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.