summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-01 08:35:29 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-01 08:35:29 (GMT)
commit8f9f466505960a6cf83b58683cbc98e5d4abba7a (patch)
tree1678339537ee5b53f38ac0ca40e12c5d0e1f7115 /Misc
parent920bc0fd8610bed289ce38a2bf932248a52fcfb6 (diff)
downloadcpython-8f9f466505960a6cf83b58683cbc98e5d4abba7a.zip
cpython-8f9f466505960a6cf83b58683cbc98e5d4abba7a.tar.gz
cpython-8f9f466505960a6cf83b58683cbc98e5d4abba7a.tar.bz2
#1690103: fix initial namespace for code run with trace.main().
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 c342d90..52cbabd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #1690103: Fix initial namespace for code run with trace.main().
+
- Issue #7395: Fix tracebacks in pstats interactive browser.
- Issue #8230: Fix Lib/test/sortperf.py.