diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-05-06 11:24:30 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-05-06 11:24:30 (GMT) |
commit | 60bb107ef34615d150af24641df1cbb3d3c74521 (patch) | |
tree | c7af5099b49732617c40034a757a6f21827ecb4c | |
parent | f3a0da24f3319a16de0bf78e749a30087880b57d (diff) | |
download | cpython-60bb107ef34615d150af24641df1cbb3d3c74521.zip cpython-60bb107ef34615d150af24641df1cbb3d3c74521.tar.gz cpython-60bb107ef34615d150af24641df1cbb3d3c74521.tar.bz2 |
Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ Core and Builtins Library ------- -- Issue #13813: Embed stringification of remote traceback in local +- Issue #13831: Embed stringification of remote traceback in local traceback raised when pool task raises an exception. - Issue #15528: Add weakref.finalize to support finalization using |