summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-09-24 18:03:12 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-09-24 18:03:12 (GMT)
commitff09ce211f8390bbcbb9d9bb2863ca97f63864c5 (patch)
tree483eb1c1722e5f63b31bfe1dc6784027dff0165c /Misc
parent5e83da3d0867c36b3cf5d63b1c72ae0615652f99 (diff)
downloadcpython-ff09ce211f8390bbcbb9d9bb2863ca97f63864c5.zip
cpython-ff09ce211f8390bbcbb9d9bb2863ca97f63864c5.tar.gz
cpython-ff09ce211f8390bbcbb9d9bb2863ca97f63864c5.tar.bz2
Issue #9936: Fixed executable lines' search in the trace module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 430c858..489d6a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,8 @@ Core and Builtins
Library
-------
+- Issue #9936: Fixed executable lines' search in the trace module.
+
- Issue #9790: Rework imports necessary for samefile and sameopenfile
in ntpath.