From: Terry Jan Reedy Date: Sat, 20 Nov 2021 18:21:14 +0000 (-0500) Subject: bpo-44844: Remove unresponsive web link (GH-29651) X-Git-Tag: v3.11.0a3~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=985233914504c73f14a23af1c68a3709079e6913;p=thirdparty%2FPython%2Fcpython.git bpo-44844: Remove unresponsive web link (GH-29651) Threading notes by Aahz from OSCON 2001. --- diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index e92973a2e8fa..78f5a0612087 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -240,9 +240,6 @@ Be sure to use the :mod:`threading` module and not the :mod:`_thread` module. The :mod:`threading` module builds convenient abstractions on top of the low-level primitives provided by the :mod:`_thread` module. -Aahz has a set of slides from his threading tutorial that are helpful; see -http://www.pythoncraft.com/OSCON2001/. - None of my threads seem to run: why? ------------------------------------