[Zope3-checkins] CVS: Zope3/src/zope/app/renderer -
configure.zcml:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Feb 14 18:36:29 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/renderer
In directory cvs.zope.org:/tmp/cvs-serv16460/src/zope/app/renderer
Modified Files:
configure.zcml
Log Message:
- Added __contains__ to the IBaseVocabulary, since it is required by the
VocabularyWidget and the SimpleVocabulary implemented it as well. Removed
the places where I had explicitly allowed __contains__ before.
- Updated doc strings to tell the reader to which interface the
SimpleVocabulary methods belong.
=== Zope3/src/zope/app/renderer/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/renderer/configure.zcml:1.4 Fri Nov 21 12:12:25 2003
+++ Zope3/src/zope/app/renderer/configure.zcml Sat Feb 14 18:35:58 2004
@@ -21,7 +21,6 @@
<content class=".vocabulary.SourceTypeVocabulary">
<allow interface="zope.schema.interfaces.IVocabulary"/>
<allow interface="zope.schema.interfaces.IVocabularyTokenized"/>
- <allow attributes="__contains__"/>
</content>
<content class=".vocabulary.SourceTypeTerm">
More information about the Zope3-Checkins
mailing list