Re: feature requests

2013-10-05 Thread macker
uld try many things. What this thread is about is trying to fix it on stdlib level, so that people don't have to reinvent the wheel every time. Thanks to Chris for his suggestion. Ethan, please stay away from this thread. -macker > > > > -- > > ~Ethan~ -- https://mail

feature requests

2013-10-03 Thread macker
Hi, hope this is the right group for this: I miss two basic (IMO) features in parallel processing: 1. make `threading.Thread.start()` return `self` I'd like to be able to `workers = [Thread(params).start() for params in whatever]`. Right now, it's 5 ugly, menial lines: workers = []