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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2011-12-14.12:54:21
SpamBayes Score 0.0013667273
Marked as misclassified No
Message-id <1323867261.96.0.0866845745629.issue13449@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2011-12-14 12:54:22giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2011-12-14 12:54:21giampaolo.rodolasetmessageid: <1323867261.96.0.0866845745629.issue13449@psf.upfronthosting.co.za>
2011-12-14 12:54:21giampaolo.rodolalinkissue13449 messages
2011-12-14 12:54:21giampaolo.rodolacreate