Hi,
here’s a small summary of the 9th (coding) week. Last week I worked
on the fetcher and cache manager code. In order to support all
features some of the existing classes had to be enhanced with some
more parameters.
Done:
- cache manager code
- BinaryList class supports view=cpio
- RORemoteFile class supports lazy_open
parameter (by default the file is opened lazily that is when a
read request is issued) (for the fetcher code we use
lazy_open=False) - minor changes in the httprequest module (AbstractHTTPRequest
supports the same query parameter more than once)
The fetcher code is more or less done (not yet committed) and will be
finished by friday evening (I’ve some exams this week…).
Marcus
Both comments and pings are currently closed.