[Checkins] SVN: zope.generations/trunk/src/zope/generations/ this package is no longer 'experimental'

Michael Howitz mh at gocept.com
Sat Sep 18 07:28:23 EDT 2010


Log message for revision 116564:
  this package is no longer 'experimental'
  

Changed:
  U   zope.generations/trunk/src/zope/generations/__init__.py
  U   zope.generations/trunk/src/zope/generations/generations.py
  U   zope.generations/trunk/src/zope/generations/interfaces.py

-=-
Modified: zope.generations/trunk/src/zope/generations/__init__.py
===================================================================
--- zope.generations/trunk/src/zope/generations/__init__.py	2010-09-18 11:26:43 UTC (rev 116563)
+++ zope.generations/trunk/src/zope/generations/__init__.py	2010-09-18 11:28:23 UTC (rev 116564)
@@ -11,7 +11,4 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Experimental support for application database generations
-
-$Id$
-"""
+"""Support for application database generations."""

Modified: zope.generations/trunk/src/zope/generations/generations.py
===================================================================
--- zope.generations/trunk/src/zope/generations/generations.py	2010-09-18 11:26:43 UTC (rev 116563)
+++ zope.generations/trunk/src/zope/generations/generations.py	2010-09-18 11:28:23 UTC (rev 116564)
@@ -11,16 +11,11 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Experimental support for application database generations
-
-$Id$
-"""
+"""Support for application database generations."""
 __docformat__ = 'restructuredtext'
 
 import logging
-
 import transaction
-
 import zope.component
 import zope.interface
 

Modified: zope.generations/trunk/src/zope/generations/interfaces.py
===================================================================
--- zope.generations/trunk/src/zope/generations/interfaces.py	2010-09-18 11:26:43 UTC (rev 116563)
+++ zope.generations/trunk/src/zope/generations/interfaces.py	2010-09-18 11:28:23 UTC (rev 116564)
@@ -11,10 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Interfaces for experimental support for application database generations
-
-$Id$
-"""
+"""Interfaces for support for application database generations."""
 __docformat__ = 'restructuredtext'
 
 import zope.interface
@@ -63,7 +60,7 @@
         transaction will be committed by the caller if there is no
         error.  It is acceptable to commit a transaction if there are no
         subsequent operations.  The method may create savepoints.
-        
+
         """
 
     def getInfo(generation):
@@ -87,5 +84,5 @@
         transaction will be committed by the caller if there is no
         error.  It is acceptable to commit a transaction if there are no
         subsequent operations.  The method may create savepoints.
-        
+
         """



More information about the checkins mailing list