summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@wills-mini.localdomain>2007-09-04 15:44:58 -0400
committerWill Woods <wwoods@wills-mini.localdomain>2007-09-04 15:44:58 -0400
commitd1171c25bc825705ecdc2053ea01e1e7624ab580 (patch)
tree62accc8ec53c617752fd852b47efb481b3fc14bf /bugzilla.py
parente6f699f06e92b1e49b1b8d2c8fbe89d9425a4a9a (diff)
downloadpython-bugzilla-d1171c25bc825705ecdc2053ea01e1e7624ab580.tar.gz
python-bugzilla-d1171c25bc825705ecdc2053ea01e1e7624ab580.tar.xz
python-bugzilla-d1171c25bc825705ecdc2053ea01e1e7624ab580.zip
add TODO comment
Diffstat (limited to 'bugzilla.py')
-rw-r--r--bugzilla.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla.py b/bugzilla.py
index 706905a..7b4ee92 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -98,6 +98,7 @@ class Bugzilla(object):
return self._proxy.bugzilla.getBugSimple(id, self.user, self.password)
# TODO: createbug, addcomment, attachfile, searchbugs
+ # TODO: allow 'tagging' by adding text to the whiteboard(s)
class CookieTransport(xmlrpclib.Transport):
'''A subclass of xmlrpclib.Transport that supports cookies.'''