Issue 13141: get rid of old threading API in the examples (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/57350

classification

Title: get rid of old threading API in the examples
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, flox, pitrou, python-dev
Priority: low Keywords: patch

Created on 2011-10-09 20:37 by flox, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue13141.diff flox,2011-10-19 07:44 review
Messages (5)
msg145274 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2011-10-09 20:37
http://docs.python.org/dev/library/socketserver.html#asynchronous-mixins Still there's getName or setDaemon in some example.
msg145889 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2011-10-19 07:44
Proposed patch to refresh the socketserver examples.
msg146255 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-23 20:48
New changeset d34beaaf7060 by Florent Xicluna in branch '3.2': Issue 13141: Demonstrate recommended style for socketserver examples. http://hg.python.org/cpython/rev/d34beaaf7060
msg146256 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-23 21:08
New changeset 8de472fb8cfe by Florent Xicluna in branch '2.7': Issue #13141: Demonstrate recommended style for SocketServer examples. http://hg.python.org/cpython/rev/8de472fb8cfe
msg146272 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-10-24 00:01
Should be closed, no?
History
Date User Action Args
2022-04-11 14:57:22 admin set github: 57350
2011-10-24 06:08:01 flox set status: open -> closed
2011-10-24 00:01:14 pitrou set nosy: + pitroumessages: +
2011-10-23 21:09:36 flox set resolution: fixedstage: patch review -> resolved
2011-10-23 21:08:24 python-dev set messages: +
2011-10-23 20:48:14 python-dev set nosy: + python-devmessages: +
2011-10-19 07:44:14 flox set files: + issue13141.diffversions: + Python 3.2messages: + keywords: + patchstage: needs patch -> patch review
2011-10-09 20:37:06 flox create