]> granicus.if.org Git - python/commitdiff
Issue #15392: Finish news entry.
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 31 May 2013 00:55:52 +0000 (20:55 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 31 May 2013 00:55:52 +0000 (20:55 -0400)
Misc/NEWS

index be6fd578db26a50741c7b8bb237d254c412d5fe5..cd11655318d1daaf98512972c3013e5b898d9382 100644 (file)
--- 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.