summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-09-04 16:51:42 -0400
committerWill Woods <wwoods@redhat.com>2008-09-04 16:51:42 -0400
commit32ea8312cc2c37f204a997892018730ac92b5717 (patch)
treea201c89d569572d6146fa8a572f5487b1cce03b7
parentbcb002af27ee4a224be7578ded886471231e598e (diff)
downloadpython-bugzilla-32ea8312cc2c37f204a997892018730ac92b5717.tar.gz
python-bugzilla-32ea8312cc2c37f204a997892018730ac92b5717.tar.xz
python-bugzilla-32ea8312cc2c37f204a997892018730ac92b5717.zip
Update TODO
-rw-r--r--TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5e342ac..bf046db 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,16 @@
-- better documentation for abstract methods in BugzillaBase
-- more consistent calls for abstract methods
-- make the abstract methods return stuff closer to Bugzilla3's return values
+For 0.4:
+- Fix up selftest.py
+- actually install the man page
+
+For 0.5:
- make Bugzilla methods all take a bug ID list
- BZ 3 methods all take idlist
- RHBZ can use multicall to emulate that
+
+Someday:
+- better documentation for abstract methods in BugzillaBase
+- more consistent calls for abstract methods
+- make the abstract methods return stuff closer to Bugzilla3's return values
- auto-generate the man page
-- actually install the man page
- Document the 0.x API as it stands
- Work on a cleaner 1.x API