summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e3cb7009f7..52e444e607 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -575,6 +575,7 @@ Jack Jansen
Bill Janssen
Thomas Jarosch
Juhana Jauhiainen
+Rajagopalasarma Jayakrishnan
Zbigniew Jędrzejewski-Szmek
Julien Jehannet
Drew Jenkins
diff --git a/Misc/NEWS b/Misc/NEWS
index 54ba363eb3..0960423015 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Library
IDLE
----
+- Issue #15392: Create a unittest framework for IDLE.
+ Rajagopalasarma Jayakrishnan
+
- Issue #14146: Highlight source line while debugging on Windows.
- Issue #17532: Always include Options menu for IDLE on OS X.