[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - configure.zcml:1.10

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Feb 14 18:36:30 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv16460/src/zope/app/workflow

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/workflow/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/workflow/configure.zcml:1.9	Sun Sep 21 13:33:51 2003
+++ Zope3/src/zope/app/workflow/configure.zcml	Sat Feb 14 18:35:59 2004
@@ -97,7 +97,6 @@
 <content class=".service.ProcessDefinitionVocabulary">
   <allow interface="zope.schema.interfaces.IVocabulary"/>
   <allow interface="zope.schema.interfaces.IVocabularyTokenized"/>
-  <allow attributes="__contains__"/>
 </content>
 
 <content class=".service.ProcessDefinitionTerm">




More information about the Zope3-Checkins mailing list