[Zope] ZSyncer 0.4.5 and Zope 2.6b1

Charlie Reiman creiman@kefta.com
Wed, 25 Sep 2002 10:34:03 -0700


Doesn't seem to be working. I get an error page that says:

 There was a problem with that comparison.

Error:

    * TypeError
    * request() got an unexpected keyword argument 'verbose'

Changing this:
    def request(self, host, handler, request_body): 

to this:
    def request(self, host, handler, request_body, verbose = None):

seems to make it work. Are there any risks here that I'm not aware of?