| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/python-bugzilla-0.5.1/ |
Upload File : |
For 0.6: - make Bugzilla methods all take a bug ID list - BZ 3 methods all take idlist - RHBZ can use multicall to emulate that - Add .legal_values() method to Bug object General: - i18n for strings! - Fix up selftest.py (it's a big fat mess) - Actual unit tests would be a better idea. - 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 - Document the 0.x API as it stands - Work on a cleaner 1.x API