Author lucas_malor
Recipients
Date 2007-04-26.20:38:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In my opinion it's not complicated, it's convoluted. I must use two object to handle one data stream.

Furthermore it's a waste of resources. I must copy data to another object. Luckily in my script I download and handle only little files. But what if a python program must handle big files?

If seek() can't be used (an except is raised), urllib could use a sequential access method.
History
Date User Action Args
2007-08-23 14:53:28adminlinkissue1708362 messages
2007-08-23 14:53:28admincreate