This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:22adminsetgithub: 57350
2011-10-24 06:08:01floxsetstatus: open -> closed
2011-10-24 00:01:14pitrousetnosy: + pitrou
messages: + msg146272
2011-10-23 21:09:36floxsetresolution: fixed
stage: patch review -> resolved
2011-10-23 21:08:24python-devsetmessages: + msg146256
2011-10-23 20:48:14python-devsetnosy: + python-dev
messages: + msg146255
2011-10-19 07:44:14floxsetfiles: + issue13141.diff
versions: + Python 3.2
messages: + msg145889

keywords: + patch
stage: needs patch -> patch review
2011-10-09 20:37:06floxcreate