Issue 1708362: Why not sequential? (original) (raw)
Issue1708362
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:24 | admin | set | github: 44905 |
2007-04-26 20:38:42 | lucas_malor | create |