[Zope-Checkins] CVS: Zope2 - cPersistence.c:1.34

Jim Fulton jim@korak.digicool.com
Thu, 7 Oct 1999 12:57:21 -0400


Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/tmp/cvs-serv11493

Modified Files:
	cPersistence.c 
Log Message:
Fixed a bug that caused objects with __setstate__ methods to get written 
when their state was loaded. :-[