diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-28 16:16:09 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-28 16:16:09 (GMT) |
commit | bcc63a86a943b03e7472109cbf6d7f962f6b0b5a (patch) | |
tree | c4d72e31f48fd3708ed6f133bcebb85b5ecda2ef /Misc | |
parent | 875ada4b0fefd2e399719d728073b681a04d31b4 (diff) | |
download | cpython-bcc63a86a943b03e7472109cbf6d7f962f6b0b5a.zip cpython-bcc63a86a943b03e7472109cbf6d7f962f6b0b5a.tar.gz cpython-bcc63a86a943b03e7472109cbf6d7f962f6b0b5a.tar.bz2 |
Merged revisions 76573 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r76573 | antoine.pitrou | 2009-11-28 17:12:28 +0100 (sam., 28 nov. 2009) | 3 lines
Issue #4486: When an exception has an explicit cause, do not print its implicit context too.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ Core and Builtins Library ------- +- Issue #4486: When an exception has an explicit cause, do not print its + implicit context too. This affects the `traceback` module as well as + built-in exception printing. + - Issue #1488943: difflib.Differ() doesn't always add hints for tab characters - Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can |