summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-07-08 10:01:27 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-07-08 10:01:27 (GMT)
commitbc07a5c9136c316383550ef38299792ab07eb167 (patch)
tree25a59bde65b32cd0eb88c03aa217e2ff50fc62d1 /Misc
parent25bfb529bd08eff831a258e2dbd1fed70bfa40ae (diff)
downloadcpython-bc07a5c9136c316383550ef38299792ab07eb167.zip
cpython-bc07a5c9136c316383550ef38299792ab07eb167.tar.gz
cpython-bc07a5c9136c316383550ef38299792ab07eb167.tar.bz2
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d7f53e..71fead5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 2?
Core and Builtins
-----------------
+- Issue #15110: Fix the tracebacks generated by "import xxx" to not show
+ the importlib stack frames.
+
- Issue #15020: The program name used to search for Python's path is now
"python3" under Unix, not "python".