This commit is contained in:
Terry Jan Reedy 2013-05-30 21:05:53 -04:00
commit 17bea376e8
1 changed files with 3 additions and 0 deletions

View File

@ -402,6 +402,9 @@ C-API
IDLE
----
- Issue #15392: Create a unittest framework for IDLE.
Initial patch by Rajagopalasarma Jayakrishnan.
- Issue #14146: Highlight source line while debugging on Windows.
- Issue #17838: Allow sys.stdin to be reassigned.