]> granicus.if.org Git - python/commitdiff
Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 24 Apr 2011 21:45:23 +0000 (23:45 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 24 Apr 2011 21:45:23 +0000 (23:45 +0200)
Misc/NEWS

index 62aaea4dcb0f3e4257ccdbe6d0d402071f10d3b5..719fc50251453f8254e6c0fcb6beba120a6a2c3a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,7 +113,7 @@ Core and Builtins
 Library
 -------
 
-- Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
+- Issue #11005: threading.RLock()._release_save() raises a RuntimeError if the
   lock was not acquired.
 
 - Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor