summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-03-25 17:30:30 -0400
committerWill Woods <wwoods@redhat.com>2008-03-25 17:30:30 -0400
commit091e7386f730c17961e8c3b4d80fcf667d29d718 (patch)
tree4e74ad23ae0ea8b74a3fe4fc64cfec1fd9a214bf /TODO
parent74a425085fce5b37e192d16a74a2b7de37100a11 (diff)
downloadpython-bugzilla-091e7386f730c17961e8c3b4d80fcf667d29d718.tar.gz
python-bugzilla-091e7386f730c17961e8c3b4d80fcf667d29d718.tar.xz
python-bugzilla-091e7386f730c17961e8c3b4d80fcf667d29d718.zip
Woo doggies a big chunk of abstractification.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index f09ae8b..4d1b6a9 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-- Bugzilla class should be renamed RHBugzilla
-- Create a Bugzilla3 class that uses the Bugzilla3.0 web services
-- connect method should move out of Bugzilla class, return one of the two
- above classes (depending on what type of bugzilla instance we're talking to)
+- flesh out Bugzilla3 class
+- 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