[Python-checkins] cpython: Issue #14502: it's RuntimeError on 3.3

sandro.tosi python-checkins at python.org
Fri Apr 6 11:15:48 CEST 2012


http://hg.python.org/cpython/rev/068a614e9d97
changeset:   76136:068a614e9d97
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Apr 06 11:15:06 2012 +0200
summary:
  Issue #14502: it's RuntimeError on 3.3

files:
  Doc/library/threading.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -452,7 +452,7 @@
    are blocked waiting for the lock to become unlocked, allow exactly one of them
    to proceed.
 
-   When invoked on an unlocked lock, a :exc:`ThreadError` is raised.
+   When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
 
    There is no return value.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list