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

Jens Vagelpohl jens at dataflake.org
Sun Apr 17 04:48:13 EDT 2005


Update of /cvs-repository/Products/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv17956/CMFCore/interfaces

Modified Files:
	portal_types.py 
Log Message:
- mention that constructContent now returns the object id if no
  RESPONSE is handed in.


=== Products/CMFCore/interfaces/portal_types.py 1.19 => 1.20 ===
--- Products/CMFCore/interfaces/portal_types.py:1.19	Tue Sep 14 15:02:21 2004
+++ Products/CMFCore/interfaces/portal_types.py	Sun Apr 17 04:48:12 2005
@@ -138,5 +138,6 @@
         """
             Build an instance of the appropriate content class in
             'container', using 'id'.  If RESPONSE is provided, redirect
-            to the new object's "initial view".
+            to the new object's "initial view", otherwise return the
+            new object's Id string.
         """



More information about the CMF-checkins mailing list