From: Martin Panter Date: Sun, 22 May 2016 03:10:11 +0000 (+0000) Subject: Extra NEWS formatting fix for 3.6 X-Git-Tag: v3.6.0a2~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f3d16f8f582de1c6d19b40f7d1b8966af06cce0;p=thirdparty%2FPython%2Fcpython.git Extra NEWS formatting fix for 3.6 --- diff --git a/Misc/NEWS b/Misc/NEWS index ce20fe7077b5..363454df1408 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.