commit | 02c0ed06123d62dcf4c686e0f5bc48bac55676cc | [log] [tgz] |
---|---|---|
author | Roger Serwy <roger.serwy@gmail.com> | Mon May 20 22:13:39 2013 -0500 |
committer | Roger Serwy <roger.serwy@gmail.com> | Mon May 20 22:13:39 2013 -0500 |
tree | 2bf9f5a98de08cb85c7b8ea7a7a78a267725080e | |
parent | d7cb506789a8003cd707343a43cd6b0595a99606 [diff] [blame] |
#14146: Highlight source line while debugging on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index cb7fd60..b2485ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,12 @@ - Fix typos in the multiprocessing module. +IDLE +---- + +- Issue #14146: Highlight source line while debugging on Windows. + + Tests -----