[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Removed a bunch of
easy XXX comments.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jul 8 06:42:46 EDT 2004
Log message for revision 26201:
Removed a bunch of easy XXX comments.
-=-
Modified: Zope3/trunk/src/zope/app/container/tests/test_directory.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_directory.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/container/tests/test_directory.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,10 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""FS-based directory implementation tests for containers
-XXX longer description goes here.
-
$Id$
"""
Modified: Zope3/trunk/src/zope/app/dublincore/tests/test_zopedublincore.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/tests/test_zopedublincore.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/dublincore/tests/test_zopedublincore.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,10 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Test Zope's Dublin Core implementation
-XXX longer description goes here.
-
$Id$
"""
Modified: Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,10 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Dublin Core XML data parser and writer
-XXX longer description goes here.
-
$Id$
"""
Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_engine.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_engine.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_engine.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Doc tests for the pagentemplate's 'engine' module
$Id$
"""
Modified: Zope3/trunk/src/zope/app/publication/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/browser.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/publication/browser.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,12 +11,13 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Browser Publication Code
+This module implements browser-specific publication and traversal components
+for the publisher.
+
$Id$
"""
-__metaclass__ = type
-
from zope.app.publication.publicationtraverse \
import PublicationTraverser as PublicationTraverser_
from zope.app.publication.http import BaseHTTPPublication
@@ -64,7 +65,7 @@
request.response.setBody('')
# For now, have a factory that returns a singleton
-class PublicationFactory:
+class PublicationFactory(object):
def __init__(self, db):
self.__pub = BrowserPublication(db)
Modified: Zope3/trunk/src/zope/app/schemagen/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/interfaces.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/schemagen/interfaces.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,10 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Interfaces for the schema-based code generator.
-XXX longer description goes here.
-
$Id$
"""
Modified: Zope3/trunk/src/zope/app/security/tests/test_permission.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_permission.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/security/tests/test_permission.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Doctests for 'permission' module.
$Id$
"""
Modified: Zope3/trunk/src/zope/app/server/tests/test_ftp.py
===================================================================
--- Zope3/trunk/src/zope/app/server/tests/test_ftp.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/server/tests/test_ftp.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Doc tests for the FTP server.
$Id$
"""
Modified: Zope3/trunk/src/zope/app/tests/test_tzinfo.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/test_tzinfo.py 2004-07-08 02:45:19 UTC (rev 26200)
+++ Zope3/trunk/src/zope/app/tests/test_tzinfo.py 2004-07-08 10:42:46 UTC (rev 26201)
@@ -11,10 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Test for the 'tzinfo() function
-XXX longer description goes here.
-
$Id$
"""
More information about the Zope3-Checkins
mailing list