diff options
Diffstat (limited to 'Doc/library/threading.rst')
| -rw-r--r-- | Doc/library/threading.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index e6616db..69593ae 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -21,9 +21,14 @@ The :mod:`dummy_threading` module is provided for situations where deprecation of the ``camelCase`` names and they remain fully supported in both Python 2.x and 3.x. -This module defines the following functions and objects: +.. note:: + + Starting with Python 2.5, several Thread methods raise :exc:`RuntimeError` + instead of :exc:`AssertionError` if called erroneously. +This module defines the following functions and objects: + .. function:: active_count() activeCount() |
