From 248d7bb3c1fe4c0174bfbcb7e135f9d154f2abe7 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 26 Mar 2008 18:26:30 -0400 Subject: Add comment for later --- bugzilla/base.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bugzilla') diff --git a/bugzilla/base.py b/bugzilla/base.py index 18da60a..ad9128e 100644 --- a/bugzilla/base.py +++ b/bugzilla/base.py @@ -127,6 +127,10 @@ class BugzillaBase(object): #---- Methods and properties with basic bugzilla info + # XXX FIXME Uh-oh. I think MultiCall support is a RHism. + # Even worse, RH's bz3 instance supports the RH methods but *NOT* mc! + # 1) move all multicall-calls into RHBugzilla, and + # 2) either make MC optional, or prefer Bugzilla3 over RHBugzilla def _multicall(self): '''This returns kind of a mash-up of the Bugzilla object and the xmlrpclib.MultiCall object. Methods you call on this object will be added -- cgit