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

2011-10-23 Thread Florent Xicluna
Changes by Florent Xicluna : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

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

2011-10-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Should be closed, no? -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

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

2011-10-23 Thread Florent Xicluna
Changes by Florent Xicluna : -- resolution: -> fixed stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs

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

2011-10-23 Thread Roundup Robot
Roundup Robot 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 -- ___ Python tracker

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

2011-10-23 Thread Roundup Robot
Roundup Robot 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 ___ Python tracke

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

2011-10-19 Thread Florent Xicluna
Florent Xicluna 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 ___ Python tracker

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

2011-10-09 Thread Florent Xicluna
New submission from Florent Xicluna : 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 priority: low severity: normal s