diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-08 10:01:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-08 10:01:27 (GMT) |
commit | bc07a5c9136c316383550ef38299792ab07eb167 (patch) | |
tree | 25a59bde65b32cd0eb88c03aa217e2ff50fc62d1 /Misc | |
parent | 25bfb529bd08eff831a258e2dbd1fed70bfa40ae (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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". |