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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f3d16f8f582de1c6d19b40f7d1b8966af06cce0;p=python Extra NEWS formatting fix for 3.6 --- diff --git a/Misc/NEWS b/Misc/NEWS index ce20fe7077..363454df14 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.