summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
diff options
context:
space:
mode:
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 5f788e6..dad37f9 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -337,6 +337,7 @@ class Bugzilla(object):
def _updatecc(self,id,cclist,action,comment='',nomail=False):
'''Updates the CC list using the action and account list specified.
+ cclist must be a list (not a tuple!) of addresses.
action may be 'add', 'remove', or 'makeexact'.
comment specifies an optional comment to add to the bug.
if mail is True, email will be generated for this change.