[issue13141] get rid of old threading API in the examples

2011-10-24 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13141 ___ ___

[issue13141] get rid of old threading API in the examples

2011-10-23 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: 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 -- nosy: +python-dev

[issue13141] get rid of old threading API in the examples

2011-10-23 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: 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 --

[issue13141] get rid of old threading API in the examples

2011-10-23 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- resolution: - fixed stage: patch review - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13141 ___

[issue13141] get rid of old threading API in the examples

2011-10-23 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Should be closed, no? -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13141 ___

[issue13141] get rid of old threading API in the examples

2011-10-19 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Proposed patch to refresh the socketserver examples. -- keywords: +patch stage: needs patch - patch review versions: +Python 3.2 Added file: http://bugs.python.org/file23459/issue13141.diff

[issue13141] get rid of old threading API in the examples

2011-10-09 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: http://docs.python.org/dev/library/socketserver.html#asynchronous-mixins Still there's getName or setDaemon in some example. -- assignee: docs@python components: Documentation messages: 145274 nosy: docs@python, flox