Log message for revision 40267:
* removed incorrect warning message in TypesTool.manage_addTypeInformation
Changed:
U CMF/branches/1.6/CMFCore/TypesTool.py
-=-
Modified: CMF/branches/1.6/CMFCore/TypesTool.py
===================================================================
--- CMF/branches/1.6/CMFCore/TypesTool.py 2005-11-20 00:11:33 UTC (rev
40266)
+++ CMF/branches/1.6/CMFCore/TypesTool.py 2005-11-20 00:31:25 UTC (rev
40267)
@@ -857,11 +857,6 @@
"""
Create a TypeInformation in self.
"""
- warn('Please use the manage_addTypeInfo function in the '
- 'TypesTool module (exposed as a factory method in the '
- 'CMFCore product); this method on the TypesTool itself '
- 'will disappear in CMF 2.0', DeprecationWarning,
- stacklevel=2)
fti = None
if typeinfo_name:
info = self.listDefaultTypeInformation()
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins