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 yselivanov
Recipients socketpair, yselivanov
Date 2017-07-25.13:48:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500990507.03.0.22107338786.issue31033@psf.upfronthosting.co.za>
In-reply-to
Content
Well, don't use "print(e)" when you are printing errors in in Python. This is pretty standard behaviour for all Python code, not just asyncio. A lot of code in stdlib raises exceptions, almost none allows to customize them.
History
Date User Action Args
2017-07-25 13:48:27yselivanovsetrecipients: + yselivanov, socketpair
2017-07-25 13:48:27yselivanovsetmessageid: <1500990507.03.0.22107338786.issue31033@psf.upfronthosting.co.za>
2017-07-25 13:48:27yselivanovlinkissue31033 messages
2017-07-25 13:48:26yselivanovcreate