[Erp5-report] r30615 - /erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 13 23:37:43 CET 2009


Author: jp
Date: Fri Nov 13 23:37:43 2009
New Revision: 30615

URL: http://svn.erp5.org?rev=30615&view=rev
Log:
More explicit comment.

Modified:
    erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py

Modified: erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py?rev=30615&r1=30614&r2=30615&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py [utf8] Fri Nov 13 23:37:43 2009
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2002-2003 Nexedi SARL and Contributors. All Rights Reserved.
@@ -181,7 +182,10 @@
                              'default' : None,
                              'isList'  : 0,
                            },
-                           # Used for converted documents (ex: data)
+                           # Data content is used for properties
+                           # which intention is store large data
+                           # such as files of BLOBs. It uses pdata
+                           # structure.
     'data'               : { 'cast'    : identity,
                              'null'    : ('', 'None', None,),
                              'default' : None,




More information about the Erp5-report mailing list