summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-03-26 18:26:30 -0400
committerWill Woods <wwoods@redhat.com>2008-03-26 18:26:30 -0400
commit248d7bb3c1fe4c0174bfbcb7e135f9d154f2abe7 (patch)
tree315d6b99f1815da1429e0af004548f54b36e1a34 /bugzilla/base.py
parentff62f623bcd5a58317388b3f1fc774435727e2ca (diff)
downloadpython-bugzilla-248d7bb3c1fe4c0174bfbcb7e135f9d154f2abe7.tar.gz
python-bugzilla-248d7bb3c1fe4c0174bfbcb7e135f9d154f2abe7.tar.xz
python-bugzilla-248d7bb3c1fe4c0174bfbcb7e135f9d154f2abe7.zip
Add comment for later
Diffstat (limited to 'bugzilla/base.py')
-rw-r--r--bugzilla/base.py4
1 files changed, 4 insertions, 0 deletions
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