Julien Anguenot wrote:

+    def beforeCommitHookOrdered(hook, order, *args, **kws):
+        """Register a hook to call before the transaction is committed.
...
+        Note, a hook __call__() method can't define any 'order' argument since
+        this one is reserved by this method

If that's a concern, maybe it can be called order__ or something ? What's the pythonic way to do this ?

Florent

--
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to