]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44844: Remove unresponsive web link (GH-29651)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 20 Nov 2021 18:21:14 +0000 (13:21 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 18:21:14 +0000 (13:21 -0500)
Threading notes by Aahz from OSCON 2001.

Doc/faq/library.rst

index e92973a2e8fa9ae5645783b805f9be1cf4d65395..78f5a061208791a3c7b995b54ae8183fea89a74d 100644 (file)
@@ -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?
 ------------------------------------