[Zope-Checkins] CVS: Zope2 - ZClass.py:1.50 __init__.py:1.6

tseaver@digicool.com tseaver@digicool.com
Wed, 1 Nov 2000 17:59:34 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/ZClasses
In directory korak.digicool.com:/home/tseaver/Zope2/lib/python/ZClasses

Modified Files:
	ZClass.py __init__.py 
Log Message:
(Collector #1687) Products which register base classes for
ZClasses typically defer creating them until product
registration;  the derived ZClass needs them to be available
immediately after import.  Deprecated
'ProductContext.registerZClass' and
'ProductContext.registerBaseClass' in favor of a new function,
'ZClasses.createZClassForBase' (because none of the machinery
needed a ProductContext instance anyway).