summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-09-05 18:09:06 -0400
committerWill Woods <wwoods@redhat.com>2007-09-05 18:09:06 -0400
commitfe0234f11966697d150613c3c118d97ccebe6a47 (patch)
treefb187c4f2d3def3533d73f26e2a4e0c424c2fb1f /bugzilla.py
parent33df82dcefa061de95eacfbafc5542014181360c (diff)
downloadpython-bugzilla-fe0234f11966697d150613c3c118d97ccebe6a47.tar.gz
python-bugzilla-fe0234f11966697d150613c3c118d97ccebe6a47.tar.xz
python-bugzilla-fe0234f11966697d150613c3c118d97ccebe6a47.zip
minor doc/comment cleanups
Diffstat (limited to 'bugzilla.py')
-rw-r--r--bugzilla.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/bugzilla.py b/bugzilla.py
index 62bd6bb..9133774 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -136,8 +136,7 @@ class Bugzilla(object):
def query(self,query):
'''Query bugzilla and return a list of matching bugs.
- query should be a dict that matches the fields in querydata['fields']..
- or something.
+ query must be a dict with fields like those in in querydata['fields'].
Returns a dict like this: {'bugs':buglist,
'displaycolumns':columnlist,
@@ -152,7 +151,7 @@ class Bugzilla(object):
'''
return self._proxy.bugzilla.runQuery(query,self.user,self.password)
- # TODO: createbug, attachfile, searchbugs, setstatus, closebug,
+ # TODO: createbug, attachfile, setstatus, closebug,
# setassignee, updatedeps, setwhiteboard, updatecc
# TODO: allow 'tagging' by adding text to the whiteboard(s)
# TODO: flags?