diff options
author | Will Woods <wwoods@redhat.com> | 2008-08-25 13:09:41 -0400 |
---|---|---|
committer | Will Woods <wwoods@redhat.com> | 2008-08-25 13:09:41 -0400 |
commit | dcbd893cbc7b4104545fcfc1e49fe9f72ed407c4 (patch) | |
tree | acebbf20263f44ec30b91c23611d29176aa94f4b /bugzilla/bugzilla3.py | |
parent | 2d8243e272243ed0692db47a53f3b939a8440b13 (diff) | |
download | python-bugzilla-dcbd893cbc7b4104545fcfc1e49fe9f72ed407c4.tar.gz python-bugzilla-dcbd893cbc7b4104545fcfc1e49fe9f72ed407c4.tar.xz python-bugzilla-dcbd893cbc7b4104545fcfc1e49fe9f72ed407c4.zip |
Comment cleanups and extra debugging info
Diffstat (limited to 'bugzilla/bugzilla3.py')
-rw-r--r-- | bugzilla/bugzilla3.py | 6 |
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, |