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.

Author giampaolo.rodola
Recipients giampaolo.rodola, neologix, petri.lehtinen, santoso.wijaya, socketpair
Date 2011-07-25.18:37:01
SpamBayes Score 3.8152033e-05
Marked as misclassified No
Message-id <1311619021.94.0.358531146514.issue12463@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO, both methods should raise an exception (RuntimeError maybe) in case the server is already started or stopped, at least in Python 3.3, while previous python versions should silently "pass".

It also makes sense to add a "running" property returning a bool, as suggested by Petri.
History
Date User Action Args
2011-07-25 18:37:02giampaolo.rodolasetrecipients: + giampaolo.rodola, neologix, santoso.wijaya, socketpair, petri.lehtinen
2011-07-25 18:37:01giampaolo.rodolasetmessageid: <1311619021.94.0.358531146514.issue12463@psf.upfronthosting.co.za>
2011-07-25 18:37:01giampaolo.rodolalinkissue12463 messages
2011-07-25 18:37:01giampaolo.rodolacreate