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, pitrou
Date 2012-03-20.16:53:09
SpamBayes Score 1.0847954e-05
Marked as misclassified No
Message-id <1332262391.3.0.759761369976.issue14375@psf.upfronthosting.co.za>
In-reply-to
Content
Patch in attachment adds a "running" property to figure out whether the server is running or not.

Also it raises an exception in case the server has already been started or stopped. IMO such an event should be prevented beforehand as it signals an application error.

Finally, __repr__ has been modified in order to reflect the current server status.
History
Date User Action Args
2012-03-20 16:53:11giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2012-03-20 16:53:11giampaolo.rodolasetmessageid: <1332262391.3.0.759761369976.issue14375@psf.upfronthosting.co.za>
2012-03-20 16:53:10giampaolo.rodolalinkissue14375 messages
2012-03-20 16:53:10giampaolo.rodolacreate