From d1855ed752ea0484101fc13622626ed0fa2c17b9 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 20 Nov 2021 10:44:04 -0800 Subject: [PATCH] bpo-44844: Remove unresponsive web link (GH-29651) Threading notes by Aahz from OSCON 2001. (cherry picked from commit 985233914504c73f14a23af1c68a3709079e6913) Co-authored-by: Terry Jan Reedy --- Doc/faq/library.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index 97058b5806a3..bfc4baecb452 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -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? ------------------------------------ -- 2.47.3