From: Terry Jan Reedy Date: Fri, 31 May 2013 00:55:52 +0000 (-0400) Subject: Issue #15392: Finish news entry. X-Git-Tag: v3.4.0a1~580^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1165f0c01ee772dbc2825ffa1f7abafb1d7a1dd;p=python Issue #15392: Finish news entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index be6fd578db..cd11655318 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -68,7 +68,7 @@ IDLE ---- - Issue #15392: Create a unittest framework for IDLE. - Rajagopalasarma Jayakrishnan + Initial patch by Rajagopalasarma Jayakrishnan. - Issue #14146: Highlight source line while debugging on Windows.