[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Comverted XXX to TODO and statement.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:27 EDT 2004
Log message for revision 26311:
Comverted XXX to TODO and statement.
-=-
Modified: Zope3/trunk/src/zope/app/adapter/adapter.py
===================================================================
--- Zope3/trunk/src/zope/app/adapter/adapter.py 2004-07-09 15:45:25 UTC (rev 26310)
+++ Zope3/trunk/src/zope/app/adapter/adapter.py 2004-07-09 15:45:27 UTC (rev 26311)
@@ -324,12 +324,12 @@
serviceType = zapi.servicenames.Adapters
- with = () # XXX Don't support multi-adapters yet
+ with = () # Don't support multi-adapters yet
- # XXX These should be positional arguments, except that required
- # isn't passed in if it is omitted. To fix this, we need a
- # required=False,explicitly_unrequired=True in the schema field
- # so None will get passed in.
+ # TODO: These should be positional arguments, except that required
+ # isn't passed in if it is omitted. To fix this, we need a
+ # required=False,explicitly_unrequired=True in the schema field
+ # so None will get passed in.
def __init__(self, provided, factoryName,
name='', required=None, permission=None):
self.required = required
More information about the Zope3-Checkins
mailing list