Multiple FTP download using Muliti thread
Peter Otten
__peter__ at web.de
Mon Dec 4 05:22:36 EST 2006
Justin Ezequiel wrote:
> Fredrik Lundh wrote:
>> Justin Ezequiel wrote:
>>
>> > from TaskQueue import TaskQueue
>>
>> what Python version is this ?
>>
>> </F>
>
> oops. forgot to note...
>
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/475160
Also noteworthy: "This recipe was accepted for inclusion in Py2.5.", i. e.
in Python 2.5 you can use Queue instead of TaskQueue.
Peter
More information about the Python-list
mailing list