-
Committer:
John Arbash Meinel
-
Date:
2005-07-11 22:24:03 UTC
-
mto:
(1185.11.1)
-
mto:
This revision was merged to the branch mainline in
revision
1396.
-
Revision ID:
john@arbash-meinel.com-20050711222403-5dc86e254b69f7ab
Remote functionality work.
Added lock_read/write() to Transport.
Turns out that both urllib2 and urlgrabber don't let you
seek on files that are returned, and GzipFile wants to
seek on the file when it is read. So instead,
we check, and wrap in a StringIO when required.