summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 01a99e3b36a85b08b7b41bde8afb4db9b63124a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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. 
  - 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
- Work on a cleaner 1.x API