4 Oct
2003
4 Oct
'03
1:45 p.m.
Hi, On Sat, 04 Oct 2003 22:07:32 +0900 Chihiro Kuraya <kuraya@s-cradle.com> wrote:
I encountered codes like "self.__changed__(1)", notifying ZODB that this object has changed.
See INSTANCE_HOME/lib/python/ZODB/cPersistence.c. obj.__changed__(x) is a method in 'Persistent' or that's subclass. The method is obsolete. Use obj._p_changed. http://zope.org/Wikis/ZODB/FrontPage/guide/node3.html ---------------------------------------- Atsushi Shibata (Webcore Corp.) shibata@webcore.co.jp http://www.webcore.co.jp/ (written in Japanese) http://coreblog.org/ (written in Japanese,too ;-) ) ----------------------------------------