This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lucas_malor
Recipients
Date 2007-04-26.20:41:56
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:52:32adminlinkissue1682241 messages
2007-08-23 14:52:32admincreate