Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12965 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2011-09-09 00:26 +1000 |
| Last post | 2011-09-09 00:26 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: wrap the queue to multiprocess download Chris Angelico <rosuav@gmail.com> - 2011-09-09 00:26 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2011-09-09 00:26 +1000 |
| Subject | Re: wrap the queue to multiprocess download |
| Message-ID | <mailman.876.1315491965.27778.python-list@python.org> |
On Fri, Sep 9, 2011 at 12:12 AM, alias <1248283536@qq.com> wrote:
> def __init__(self,arg):
> for x in name:
>
> s=webdata('quote')
What you're doing here is iterating over the letters in the string
'quote'. It's adding one job for each letter. Is that your intention?
ChrisA
Back to top | Article view | comp.lang.python
csiph-web