summaryrefslogtreecommitdiffstats
path: root/bugzilla/bugzilla3.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/bugzilla3.py')
-rw-r--r--bugzilla/bugzilla3.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/bugzilla/bugzilla3.py b/bugzilla/bugzilla3.py
index ea017e5..41a3440 100644
--- a/bugzilla/bugzilla3.py
+++ b/bugzilla/bugzilla3.py
@@ -128,11 +128,9 @@ class Bugzilla32(Bugzilla3):
'''Add a comment to the bug with the given ID. Other optional
arguments are as follows:
private: if True, mark this comment as private.
- timestamp: comment timestamp, in the form "YYYY-MM-DD HH:MM:SS"
- Ignored by BZ32.
+ timestamp: Ignored by BZ32.
worktime: amount of time spent on this comment, in hours
- bz_gid: if present, and the entire bug is *not* already private
- to this group ID, this comment will be marked private.
+ bz_gid: Ignored by BZ32.
'''
return self._proxy.Bug.add_comment({'id':id,
'comment':comment,