[issue31033] Add argument to .cancel() of Task and Future

Yury Selivanov report at bugs.python.org
Tue Jul 25 09:48:27 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue31033>
_______________________________________


More information about the Python-bugs-list mailing list