diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 08:35:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 08:35:29 (GMT) |
commit | 8f9f466505960a6cf83b58683cbc98e5d4abba7a (patch) | |
tree | 1678339537ee5b53f38ac0ca40e12c5d0e1f7115 /Misc | |
parent | 920bc0fd8610bed289ce38a2bf932248a52fcfb6 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |