[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/workflow/stateful/definition.py Converted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:44:48 EDT 2004


Log message for revision 26295:

Converted XXX to TODO.

Converted XXX to statement.




-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/definition.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/definition.py	2004-07-09 15:44:46 UTC (rev 26294)
+++ Zope3/trunk/src/zope/app/workflow/stateful/definition.py	2004-07-09 15:44:48 UTC (rev 26295)
@@ -183,14 +183,14 @@
         """See workflow.IProcessDefinition"""
         pi_obj = StatefulProcessInstance(definition_name)
 
-        # XXX
+        # TODO:
         # Process instances need to have a place, so they can look things
         # up.  It's not clear to me (Jim) what place they should have.
 
-        # XXX: The parent of the process instance should be the object it is
+        # The parent of the process instance should be the object it is
         # created for!!! This will cause all sorts of head-aches, but at this
         # stage we do not have the object around; it would need some API
-        # changes to do that for which I do not have time right now. (SR)
+        # changes to do that. (SR)
         pi_obj.__parent__ = self
 
 



More information about the Zope3-Checkins mailing list