summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-09-10 16:26:26 -0400
committerWill Woods <wwoods@redhat.com>2008-09-10 16:26:26 -0400
commit88b791770a52427e57f2b5b1ee12627c7030f610 (patch)
tree576337b12b2c3c64fe0ecb520e7502dc1fc94969 /TODO
parent3c236898604770ba8fedbd4c812315dce097d971 (diff)
downloadpython-bugzilla-88b791770a52427e57f2b5b1ee12627c7030f610.tar.gz
python-bugzilla-88b791770a52427e57f2b5b1ee12627c7030f610.tar.xz
python-bugzilla-88b791770a52427e57f2b5b1ee12627c7030f610.zip
Update docs a little
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index bf046db..01a99e3 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,9 @@ For 0.5:
Someday:
- better documentation for abstract methods in BugzillaBase
-- more consistent calls for abstract methods
+- more consistent calls for abstract methods.
+ - fix bz.createbug(description=desc,...) vs. bug.close(comment=desc,...)
+ - use field_aliases to fix up bug.close and friends?
- make the abstract methods return stuff closer to Bugzilla3's return values
- auto-generate the man page
- Document the 0.x API as it stands