[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST -
ZReST.py:1.6.12.3 __init__.py:1.2.12.2
Andreas Jung
cvs-admin at zope.org
Tue Nov 4 11:06:10 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv7699
Modified Files:
Tag: Zope-2_7-branch
ZReST.py __init__.py
Log Message:
Collector #1097: added __call__()
=== Zope/lib/python/Products/ZReST/ZReST.py 1.6.12.2 => 1.6.12.3 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.6.12.2 Mon Jul 21 12:36:43 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py Tue Nov 4 11:06:10 2003
@@ -262,6 +262,8 @@
'''
return self.quotedHTML(self.source)
+ def __call__ = __str__
+
def PrincipiaSearchSource(self):
''' Support for searching - the document's contents are searched.
'''
=== Zope/lib/python/Products/ZReST/__init__.py 1.2.12.1 => 1.2.12.2 ===
--- Zope/lib/python/Products/ZReST/__init__.py:1.2.12.1 Fri Aug 15 20:55:22 2003
+++ Zope/lib/python/Products/ZReST/__init__.py Tue Nov 4 11:06:10 2003
@@ -15,26 +15,3 @@
)
-#
-# $Log$
-# Revision 1.2.12.1 2003/08/16 00:55:22 chrism
-# Initialize the class, not the module.
-#
-# Revision 1.3 2003/08/16 00:54:35 chrism
-# Initialize the class, not the module.
-#
-# Revision 1.2 2003/02/01 09:28:30 andreasjung
-# merge from ajung-restructuredtext-integration-branch
-#
-# Revision 1.1.2.2 2002/11/06 16:09:36 andreasjung
-# updated to ZReST 1.1
-#
-# Revision 1.2 2002/08/15 04:36:56 richard
-# FTP interface and Reporter message snaffling
-#
-# Revision 1.1 2002/08/14 05:15:37 richard
-# Zope ReStructuredText Product
-#
-#
-#
-# vim: set filetype=python ts=4 sw=4 et si
More information about the Zope-Checkins
mailing list