Kaydet (Commit) 2cd82a83 authored tarafından Georg Brandl's avatar Georg Brandl

#5458: add a note when we started to raise RuntimeErrors.

üst 9324ed89
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment