summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-23 11:17:01 +0200
committerGeorg Brandl <georg@python.org>2012-09-23 11:17:01 +0200
commitbe232923e48630235da0939f5a47a3dd5908779f (patch)
tree5ef6042855abb5234eeb83ad6e4456f462855467
parent60eba57f3e17f3d1dae8b31375a849ec7dfc34c6 (diff)
downloadcpython-git-be232923e48630235da0939f5a47a3dd5908779f.tar.gz
Fix issue number.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd44af5fd1..957ee60595 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,7 +39,7 @@ Extension Modules
- 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().