diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index 97058b5806a35c..bfc4baecb45290 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? ------------------------------------