]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Nov 2021 18:50:24 +0000 (10:50 -0800)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 18:50:24 +0000 (13:50 -0500)
Threading notes by Aahz from OSCON 2001.

(cherry picked from commit 985233914504c73f14a23af1c68a3709079e6913)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/faq/library.rst

index 45c20bd6cadb293b9a04bb42be475455f30adb12..ebc6eaecf7d265bd125c5e7a2aea7f75d6c7f7b8 100644 (file)
@@ -243,9 +243,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?
 ------------------------------------