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 martin.panter
Recipients Mathias Fröjdman, gvanrossum, martin.panter, vstinner, yselivanov
Date 2015-08-06.00:57:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438822673.0.0.0953982247495.issue24795@psf.upfronthosting.co.za>
In-reply-to
Content
From what I can see, the examples in the current documentation tend to diectly call loop.close() without an exception handler. Only two examples have the bare-bones try / finally handler (which is important for the example that uses Ctrl+C).
History
Date User Action Args
2015-08-06 00:57:53martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, yselivanov, Mathias Fröjdman
2015-08-06 00:57:53martin.pantersetmessageid: <1438822673.0.0.0953982247495.issue24795@psf.upfronthosting.co.za>
2015-08-06 00:57:52martin.panterlinkissue24795 messages
2015-08-06 00:57:52martin.pantercreate