[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/zopeappgenerations/evolve1.py Provided some information text for this evolver.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Dec 9 15:12:48 EST 2004


Log message for revision 28606:
  Provided some information text for this evolver.
  

Changed:
  U   Zope3/trunk/src/zope/app/zopeappgenerations/evolve1.py

-=-
Modified: Zope3/trunk/src/zope/app/zopeappgenerations/evolve1.py
===================================================================
--- Zope3/trunk/src/zope/app/zopeappgenerations/evolve1.py	2004-12-09 20:12:03 UTC (rev 28605)
+++ Zope3/trunk/src/zope/app/zopeappgenerations/evolve1.py	2004-12-09 20:12:47 UTC (rev 28606)
@@ -24,6 +24,12 @@
 generation = 1
 
 def evolve(context):
+    """Evolve the ZODB from a Zope X3.0 to a X3.1 compatible format.
+
+    - Component-based registrations used to keep track of their components via
+      the component's path. Now it stores the component directly. All
+      registrations are updated to this new format.
+    """
     root = getRootFolder(context)
 
     # Fix up registration `componentPath` --> `component`



More information about the Zope3-Checkins mailing list