diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-28 16:12:28 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-28 16:12:28 (GMT) |
commit | 7b0d4a238f2a69747ed570f8bfb51fb31315eba9 (patch) | |
tree | 0e1ea6c39a6ce48f33b1358992f26d3e5ce1081a /Misc | |
parent | 1fc0d2b364b144e501615cf82e998beb87733607 (diff) | |
download | cpython-7b0d4a238f2a69747ed570f8bfb51fb31315eba9.zip cpython-7b0d4a238f2a69747ed570f8bfb51fb31315eba9.tar.gz cpython-7b0d4a238f2a69747ed570f8bfb51fb31315eba9.tar.bz2 |
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
@@ -140,6 +140,10 @@ C-API 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 #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. |