Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12965 > unrolled thread

Re: wrap the queue to multiprocess download

Started byChris Angelico <rosuav@gmail.com>
First post2011-09-09 00:26 +1000
Last post2011-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.


Contents

  Re: wrap the queue to multiprocess download Chris Angelico <rosuav@gmail.com> - 2011-09-09 00:26 +1000

#12965 — Re: wrap the queue to multiprocess download

FromChris Angelico <rosuav@gmail.com>
Date2011-09-09 00:26 +1000
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web