We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fde7c commit d40719eCopy full SHA for d40719e
Doc/faq/library.rst
@@ -240,9 +240,6 @@ Be sure to use the :mod:`threading` module and not the :mod:`_thread` module.
240
The :mod:`threading` module builds convenient abstractions on top of the
241
low-level primitives provided by the :mod:`_thread` module.
242
243
-Aahz has a set of slides from his threading tutorial that are helpful; see
244
-http://www.pythoncraft.com/OSCON2001/.
245
-
246
247
None of my threads seem to run: why?
248
------------------------------------
0 commit comments