[Checkins] SVN: ZopeUndo/trunk/ Documentation tweaks

Hanno Schlichting hannosch at hannosch.eu
Mon Apr 5 12:49:36 EDT 2010


Log message for revision 110499:
  Documentation tweaks
  

Changed:
  U   ZopeUndo/trunk/README.txt
  U   ZopeUndo/trunk/setup.py
  U   ZopeUndo/trunk/src/ZopeUndo/Prefix.py

-=-
Modified: ZopeUndo/trunk/README.txt
===================================================================
--- ZopeUndo/trunk/README.txt	2010-04-05 16:48:07 UTC (rev 110498)
+++ ZopeUndo/trunk/README.txt	2010-04-05 16:49:36 UTC (rev 110499)
@@ -1,4 +1,8 @@
 Overview
 ========
 
-ZopeUndo provides a specialized filter for ZODB's undo log functionality.
+This package is used to support the Prefix object that Zope 2 uses for the
+undo log. It is a separate package only to aid configuration management.
+
+This package is included in Zope 2. It can be used in a ZEO server to allow
+it to support Zope 2's undo log , without pulling in all of Zope 2.

Modified: ZopeUndo/trunk/setup.py
===================================================================
--- ZopeUndo/trunk/setup.py	2010-04-05 16:48:07 UTC (rev 110498)
+++ ZopeUndo/trunk/setup.py	2010-04-05 16:49:36 UTC (rev 110499)
@@ -18,7 +18,7 @@
       version = '2.12.0dev',
       url='http://pypi.python.org/pypi/ZopeUndo',
       license='ZPL 2.1',
-      description="Support for ZODB's undo log in Zope2.",
+      description="ZODB undo support for Zope2.",
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=open('README.txt').read() + '\n' +

Modified: ZopeUndo/trunk/src/ZopeUndo/Prefix.py
===================================================================
--- ZopeUndo/trunk/src/ZopeUndo/Prefix.py	2010-04-05 16:48:07 UTC (rev 110498)
+++ ZopeUndo/trunk/src/ZopeUndo/Prefix.py	2010-04-05 16:49:36 UTC (rev 110499)
@@ -11,18 +11,10 @@
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
-"""ZODB undo support for Zope2.
 
-This package is used to support the Prefix object that Zope uses for
-undo.  It is a separate package only to aid configuration management.
-This package is included in Zope and ZODB3, so that ZODB3 is suitable
-for running a ZEO server that handles Zope undo.
-"""
-
 class Prefix:
     """A Prefix() is equal to any path it is a prefix of.
 
-
     This class can be compared to a string.
     The comparison will return True if all path elements of the
     Prefix are found at the beginning of the string being compared.



More information about the checkins mailing list