Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.

This commit is contained in:
Victor Stinner 2011-04-24 23:45:23 +02:00
parent c2824d41c3
commit 762f8d1bf2
1 changed files with 1 additions and 1 deletions

View File

@ -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