Yury Selivanov added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to