diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-20 18:50:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 18:50:24 (GMT) |
commit | edabf3904619e6be97d12e41d30402845b3ec8b8 (patch) | |
tree | 9a80a01ee4b221b6888938a92e94df7bee8df590 | |
parent | a427eb862f11888fa69fee520eb8a20bd396fcdb (diff) | |
download | cpython-edabf3904619e6be97d12e41d30402845b3ec8b8.zip cpython-edabf3904619e6be97d12e41d30402845b3ec8b8.tar.gz cpython-edabf3904619e6be97d12e41d30402845b3ec8b8.tar.bz2 |
bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
Threading notes by Aahz from OSCON 2001.
(cherry picked from commit 985233914504c73f14a23af1c68a3709079e6913)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r-- | Doc/faq/library.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index 45c20bd..ebc6eae 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? ------------------------------------ |