[Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/ Removed
all XXX.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Jul 10 10:58:53 EDT 2004
Log message for revision 26406:
Removed all XXX.
Removed backward-compat of zopeConfigure.
-=-
Modified: Zope3/trunk/src/zope/configuration/tests/test_backward.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_backward.py 2004-07-10 14:45:36 UTC (rev 26405)
+++ Zope3/trunk/src/zope/configuration/tests/test_backward.py 2004-07-10 14:58:53 UTC (rev 26406)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Test backward-compatiblity.
$Id$
"""
Modified: Zope3/trunk/src/zope/configuration/tests/test_config.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_config.py 2004-07-10 14:45:36 UTC (rev 26405)
+++ Zope3/trunk/src/zope/configuration/tests/test_config.py 2004-07-10 14:58:53 UTC (rev 26406)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Test configuration machinery.
$Id$
"""
Modified: Zope3/trunk/src/zope/configuration/tests/test_docutils.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_docutils.py 2004-07-10 14:45:36 UTC (rev 26405)
+++ Zope3/trunk/src/zope/configuration/tests/test_docutils.py 2004-07-10 14:58:53 UTC (rev 26406)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Doc Tests for for zope.configuration.docutils
$Id$
"""
Modified: Zope3/trunk/src/zope/configuration/tests/test_xmlconfig.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_xmlconfig.py 2004-07-10 14:45:36 UTC (rev 26405)
+++ Zope3/trunk/src/zope/configuration/tests/test_xmlconfig.py 2004-07-10 14:58:53 UTC (rev 26406)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Test XML configuration (ZCML) machinery.
$Id$
"""
Modified: Zope3/trunk/src/zope/configuration/xmlconfig.py
===================================================================
--- Zope3/trunk/src/zope/configuration/xmlconfig.py 2004-07-10 14:45:36 UTC (rev 26405)
+++ Zope3/trunk/src/zope/configuration/xmlconfig.py 2004-07-10 14:58:53 UTC (rev 26406)
@@ -412,17 +412,8 @@
config.defineSimpleDirective(
context, "includeOverrides", IInclude, includeOverrides, namespace="*")
- # XXX zopeConfigure is deprecated; use configure in new ZCML instead
config.defineGroupingDirective(
context,
- name="zopeConfigure",
- namespace="*",
- schema=IZopeConfigure,
- handler=ZopeConfigure,
- )
-
- config.defineGroupingDirective(
- context,
name="configure",
namespace="*",
schema=IZopeConfigure,
More information about the Zope3-Checkins
mailing list