commit | f3be68e0a824d165c37c899ad9674918a870dc45 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Fri Apr 06 11:15:06 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Fri Apr 06 11:15:06 2012 +0200 |
tree | a3444f5b7cc84dc7f3b93dd67d930f7ac45bdc1a | |
parent | 3861a322b9519af98229adc1496b9ecb51a63e25 [diff] |
Issue #14502: it's RuntimeError on 3.3
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 955fce2..d272731 100644 --- 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.