summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/base.py')
-rw-r--r--bugzilla/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla/base.py b/bugzilla/base.py
index a189e8f..03c8e82 100644
--- a/bugzilla/base.py
+++ b/bugzilla/base.py
@@ -984,5 +984,6 @@ class Bug(object):
def deletecc(self,cclist,comment=''):
'''Removes the given email addresses from the CC list for this bug.'''
self.bugzilla.updatecc(self.bug_id,cclist,'delete',comment)
+# TODO: attach(), getflag(), setflag()
# TODO: add a sync() method that writes the changed data in the Bug object
# back to Bugzilla?