From 762f8d1bf2dcbab7ddc0231efc297caef1818c64 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 24 Apr 2011 23:45:23 +0200 Subject: Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 62aaea4..719fc50 100644 --- 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 -- cgit v0.12