feature requests

Chris Angelico rosuav at gmail.com
Thu Oct 3 12:42:44 EDT 2013


On Fri, Oct 4, 2013 at 2:42 AM, Tim Chase <python.list at tim.thechases.com> wrote:
> Do you mean
>
>   workers = [Thread(params) for params in whatever]
>   for thrd in workers: thrd.start()
>
> ?  ("Thread(params)" vs. "Thread(params).start()" in your list comp)

Whoops, copy/paste fail. Yes, that's what I meant.

Thanks for catching!

ChrisA



More information about the Python-list mailing list