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.

classification
Title: Why not sequential?
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: lucas_malor
Priority: normal Keywords:

Created on 2007-04-26 20:38 by lucas_malor, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (1)
msg31904 - (view) Author: Lucas Malor (lucas_malor) Date: 2007-04-26 20:38
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
2022-04-11 14:56:24adminsetgithub: 44905
2007-04-26 20:38:42lucas_malorcreate