Mailing List Archive

bpo-44844: Remove unresponsive web link (GH-29651)
https://github.com/python/cpython/commit/985233914504c73f14a23af1c68a3709079e6913
commit: 985233914504c73f14a23af1c68a3709079e6913
branch: main
author: Terry Jan Reedy <tjreedy@udel.edu>
committer: terryjreedy <tjreedy@udel.edu>
date: 2021-11-20T13:21:14-05:00
summary:

bpo-44844: Remove unresponsive web link (GH-29651)

Threading notes by Aahz from OSCON 2001.

files:
M Doc/faq/library.rst

diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index e92973a2e8fa9..78f5a06120879 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?
------------------------------------

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins
bpo-44844: Remove unresponsive web link (GH-29651) [ In reply to ]
https://github.com/python/cpython/commit/d1855ed752ea0484101fc13622626ed0fa2c17b9
commit: d1855ed752ea0484101fc13622626ed0fa2c17b9
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
committer: miss-islington <31488909+miss-islington@users.noreply.github.com>
date: 2021-11-20T10:44:04-08:00
summary:

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 <tjreedy@udel.edu>

files:
M Doc/faq/library.rst

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

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins