[ZODB-Dev] Synchronizing Mirror Sites

Christian Reis kiko at async.com.br
Tue Jul 22 14:20:14 EDT 2003


On Tue, Jul 22, 2003 at 11:04:37AM -0400, Shane Hathaway wrote:
>     def setBar(self, b):
>         self.bar = b
>         log.add(self, 'setBar', b)

Quick question. Why not store the bound method, using:

    log.add(self.setBar, b)

-- will we have problems storing bound methods?

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL



More information about the ZODB-Dev mailing list