summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authormstenner <mstenner>2004-03-13 05:45:04 +0000
committermstenner <mstenner>2004-03-13 05:45:04 +0000
commitbe0da4027770575891c8983e7b3c5546bdacd456 (patch)
tree22e02e161472fdf925487fa52b86fb0653139c8b /TODO
parent0cf0bade2560292e6aa055295f8f4f66732fd334 (diff)
downloadurlgrabber-be0da4027770575891c8983e7b3c5546bdacd456.tar.gz
updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO b/TODO
index f2a0803..e832182 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
ALPHA:
* MirrorGroups
- - add report callbacks so calling app can know about failures
- docs
- possibly move the arguments that make urlXXX different into the
kwargs stuff, so that the wrapping in MirrorGroups can be a little
@@ -11,10 +10,12 @@ ALPHA:
- add sublcasses of MirrorGroup for different failover policies,
at least providing the same behavior as what yum does now
- * Reget support. When urlgrab is called, check if the file exists on disk. If
- so, offset the range so that we pull only the bytes remaining. This should
- probably have a kwarg to turn it on/off but could probably default to being
- on.
+ * Reget
+ - fix bug with self.opts; the reget code can modify self.opts in the
+ URLGrabberFileObject, which _may_not_ be a copy of the grabber's
+ opts. This may go away if we decide to deal with opts a little
+ differently.
+ - do a little testing for ftp:// and file://
* ponder and implement ryan's idea about restructuring the import style
https://lists.dulug.duke.edu/pipermail/yum-devel/2004-March/000077.html