[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/config.py Note oddity.

Tres Seaver cvs-admin at zope.org
Wed May 9 16:19:11 UTC 2012


Log message for revision 125763:
  Note oddity.

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/config.py

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/config.py
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/config.py	2012-05-09 05:59:49 UTC (rev 125762)
+++ zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/config.py	2012-05-09 16:19:07 UTC (rev 125763)
@@ -432,6 +432,7 @@
     It also defers any computation until the end of the directive
     has been reached.
     """
+    #XXX why this *argdata hack instead of schema, data?
     def __init__(self, context, handler, info, *argdata):
         newcontext = GroupingContextDecorator(context)
         newcontext.info = info



More information about the checkins mailing list