[Python-checkins] cpython: Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831

richard.oudkerk python-checkins at python.org
Mon May 6 13:25:59 CEST 2013


http://hg.python.org/cpython/rev/a2928dd2fde4
changeset:   83642:a2928dd2fde4
user:        Richard Oudkerk <shibturn at gmail.com>
date:        Mon May 06 12:24:30 2013 +0100
summary:
  Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,7 +74,7 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list