[issue21365] asyncio.Task reference misses the most important fact about it, related info spread around intros and example commentary instead

Paul Sokolovsky report at bugs.python.org
Sun Apr 27 17:44:45 CEST 2014


Paul Sokolovsky added the comment:

Based on discussion https://groups.google.com/forum/#!topic/python-tulip/zfMQIUcIR-0 . That discussion actually questions the grounds of such Task behavior, and points it as a violation of "Explicit is better than implicit" principle, and as inconsistent behavior wrt to similar objects in Python stdlib (threads, processes, etc.)

This ticket however assumes that there're very good reasons for such behavior, and/or it just should be accepted as API idiosyncrasy which is late to fix, and just tries to make sure that docs are not culprit for mismatching user expectations.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21365>
_______________________________________


More information about the Python-bugs-list mailing list