[Python-checkins] cpython: Issue #15969: Fix the issue number in Misc/NEWS

victor.stinner python-checkins at python.org
Sun Sep 23 11:15:23 CEST 2012


http://hg.python.org/cpython/rev/178f9042af81
changeset:   79098:178f9042af81
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sun Sep 23 11:11:07 2012 +0200
summary:
  Issue #15969: Fix the issue number in Misc/NEWS

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
@@ -127,7 +127,7 @@
 Library
 -------
 
-- Issue #5969: faulthandler module: rename dump_tracebacks_later() to
+- Issue #15969: faulthandler module: rename dump_tracebacks_later() to
   dump_traceback_later() and cancel_dump_tracebacks_later() to
   cancel_dump_traceback_later().
 

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


More information about the Python-checkins mailing list