summaryrefslogtreecommitdiff
path: root/Doc/faq/library.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-11-20 13:21:14 -0500
committerGitHub <noreply@github.com>2021-11-20 13:21:14 -0500
commit985233914504c73f14a23af1c68a3709079e6913 (patch)
tree5db2873f9cfae32cacf27219c9249c056cd5a1c8 /Doc/faq/library.rst
parent79ff0d1687e3f823fb121a19f0297ad052871b1b (diff)
downloadcpython-git-985233914504c73f14a23af1c68a3709079e6913.tar.gz
bpo-44844: Remove unresponsive web link (GH-29651)
Threading notes by Aahz from OSCON 2001.
Diffstat (limited to 'Doc/faq/library.rst')
-rw-r--r--Doc/faq/library.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index e92973a2e8..78f5a06120 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?
------------------------------------