[CMF-checkins] CVS: CMF/CMFCore/interfaces - portal_types.py:1.15

Tres Seaver tseaver at zope.com
Wed Mar 3 19:05:47 EST 2004


Update of /cvs-repository/CMF/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv32404/CMFCore/interfaces

Modified Files:
	portal_types.py 
Log Message:
 - Note that Metatype is deprecated.


=== CMF/CMFCore/interfaces/portal_types.py 1.14 => 1.15 ===
--- CMF/CMFCore/interfaces/portal_types.py:1.14	Sat Jun 28 12:31:20 2003
+++ CMF/CMFCore/interfaces/portal_types.py	Wed Mar  3 19:05:46 2004
@@ -30,6 +30,9 @@
     def Metatype():
         """
             Return the Zope 'meta_type' for this content object.
+
+        o Deprecated (not all objects of a given type may even share
+          the same meta_type).
         """
     
     def Title():




More information about the CMF-checkins mailing list