Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

What about run(nowait=...) or run(only_ready=...)?
Doing this as a separate method seems unnecessarily complicated to me in terms 
of implementation (move run logic into _run, add "run" and "run_nowait", 
etc...).
Most importantly, the user will have to remember two methods which are 
basically equivalent in terms of "what they actually do".

----------

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

Reply via email to