From 91d0aef5632d3fc59c97ee9869b20b941e536c65 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 19 Aug 2008 17:15:03 -0400 Subject: minor comment tweak --- bugzilla/rhbugzilla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py index 647d8bc..beb31df 100644 --- a/bugzilla/rhbugzilla.py +++ b/bugzilla/rhbugzilla.py @@ -263,7 +263,7 @@ class RHBugzilla(bugzilla.base.BugzillaBase): class RHBugzilla3(Bugzilla32, RHBugzilla): '''Concrete implementation of the Bugzilla protocol. This one uses the - methods provided by Red Hat's Bugzilla 3.1.4+ instance, which is a superset + methods provided by Red Hat's Bugzilla 3.2+ instance, which is a superset of the Bugzilla 3.2 methods. The additional methods (Bug.search, Bug.update) should make their way into a later upstream Bugzilla release (probably 4.0). -- cgit