[Python-checkins] cpython: Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.
victor.stinner
python-checkins at python.org
Sun Apr 24 23:45:27 CEST 2011
http://hg.python.org/cpython/rev/996b9c9dc10a
changeset: 69544:996b9c9dc10a
user: Victor Stinner <victor.stinner at haypocalc.com>
date: Sun Apr 24 23:45:23 2011 +0200
summary:
Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.
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
@@ -113,7 +113,7 @@
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list