[Python-Dev] Adding resume (206) support to urllib(2) (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Wed Dec 13 09:05:49 CET 2006
- Previous message: [Python-Dev] Adding resume (206) support to urllib(2)
- Next message: [Python-Dev] Adding resume (206) support to urllib(2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Oleg Broytmann schrieb:
IMO you better don't because urllib2 provides not only an abstraction, but a lot of services (authenticated proxies, cached FTP files)...
If you are using http ranges, cached FTP files won't do any good. As for authenticated proxies: I think they ought to be implemented in httplib as well.
If everybody wants to become urllib just a better library to access http servers, I probably can't do much about it, though.
Regards, Martin
- Previous message: [Python-Dev] Adding resume (206) support to urllib(2)
- Next message: [Python-Dev] Adding resume (206) support to urllib(2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]