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 terry.reedy
Recipients martin.panter, palaviv, terry.reedy
Date 2016-02-27.09:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456565859.13.0.371464062829.issue26404@psf.upfronthosting.co.za>
In-reply-to
Content
This seems like an appropriate enhancement.  I notice that the serve_forever examples did not previously have server_close().  Was this an oversight or will the server_close in __exit__ just be a no-op?
History
Date User Action Args
2016-02-27 09:37:39terry.reedysetrecipients: + terry.reedy, martin.panter, palaviv
2016-02-27 09:37:39terry.reedysetmessageid: <1456565859.13.0.371464062829.issue26404@psf.upfronthosting.co.za>
2016-02-27 09:37:39terry.reedylinkissue26404 messages
2016-02-27 09:37:38terry.reedycreate