summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-05-20 22:13:39 -0500
committerRoger Serwy <roger.serwy@gmail.com>2013-05-20 22:13:39 -0500
commitcaf3024fa662bcbba242013cdecf5d5c2a6092b7 (patch)
tree25cc665d6141c68a30d834af1495ccc46d7a8376 /Misc
parentbfc8f26ec276ca1bb2b90249d9eb2aed76293182 (diff)
downloadcpython-git-caf3024fa662bcbba242013cdecf5d5c2a6092b7.tar.gz
#14146: Highlight source line while debugging on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d9494781f..9f21947cee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,12 @@ Library
- Issue #17968: Fix memory leak in os.listxattr().
+IDLE
+----
+
+- Issue #14146: Highlight source line while debugging on Windows.
+
+
Tests
-----