[Python-checkins] cpython: Fix issue number.

georg.brandl python-checkins at python.org
Mon Sep 24 07:47:16 CEST 2012


http://hg.python.org/cpython/rev/b8b5ef366bdc
changeset:   79125:b8b5ef366bdc
user:        Georg Brandl <georg at python.org>
date:        Sun Sep 23 11:17:01 2012 +0200
summary:
  Fix issue number.

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
@@ -39,7 +39,7 @@
 - Issue #15977: Fix memory leak in Modules/_ssl.c when the function
   _set_npn_protocols() is called multiple times, thanks to Daniel Sommermann.
 
-- 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