From dcbd893cbc7b4104545fcfc1e49fe9f72ed407c4 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 25 Aug 2008 13:09:41 -0400 Subject: Comment cleanups and extra debugging info --- bugzilla/bugzilla3.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bugzilla/bugzilla3.py') 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, -- cgit