Skip to content

Commit edabf39

Browse files
bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
Threading notes by Aahz from OSCON 2001. (cherry picked from commit 9852339) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent a427eb8 commit edabf39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/faq/library.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@ Be sure to use the :mod:`threading` module and not the :mod:`_thread` module.
243243
The :mod:`threading` module builds convenient abstractions on top of the
244244
low-level primitives provided by the :mod:`_thread` module.
245245
246-
Aahz has a set of slides from his threading tutorial that are helpful; see
247-
http://www.pythoncraft.com/OSCON2001/.
248-
249246
250247
None of my threads seem to run: why?
251248
------------------------------------

0 commit comments

Comments
 (0)