[Python-ideas] Add socketserver running property
Matt Joiner
anacrolix at gmail.com
Tue Mar 27 20:24:41 CEST 2012
More information about the Python-ideas mailing list
Tue Mar 27 20:24:41 CEST 2012
- Previous message: [Python-ideas] Add socketserver running property
- Next message: [Python-ideas] A more useful command-line wsgiref.simple_server?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm not sure why socketserver isn't left to rot, or used as an example of how not to do things. Most Python APIs are idempotent with regard to methods that would otherwise set an object's state to whatever it already is. I would expose the running property but not make successive starts throw an exception. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120328/35412d19/attachment.html>
- Previous message: [Python-ideas] Add socketserver running property
- Next message: [Python-ideas] A more useful command-line wsgiref.simple_server?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list