[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/formlib/schema.py - improved docstring

Yvo Schubbe y.2008 at wcm-solutions.de
Fri May 2 06:31:50 EDT 2008


Log message for revision 86077:
  - improved docstring

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/formlib/schema.py

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/formlib/schema.py
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/formlib/schema.py	2008-05-02 10:31:35 UTC (rev 86076)
+++ Products.CMFDefault/trunk/Products/CMFDefault/formlib/schema.py	2008-05-02 10:31:49 UTC (rev 86077)
@@ -10,10 +10,11 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Formlib schema adapter base classes.
+"""Formlib schema fields and schema adapter base classes.
 
-This is legacy code. It should only be used to adapt old content types that
-can't handle unicode and datetime correctly.
+SchemaAdapterBase and ProxyFieldProperty are legacy code. They should only be
+used to adapt old content types that can't handle unicode and datetime
+correctly.
 
 $Id$
 """



More information about the Checkins mailing list