[Zope3-checkins] CVS: Zope3/src/zope/schema - interfaces.py:1.15.4.2
Fred L. Drake, Jr.
fred@zope.com
Thu, 8 May 2003 12:00:12 -0400
Update of /cvs-repository/Zope3/src/zope/schema
In directory cvs.zope.org:/tmp/cvs-serv28707
Modified Files:
Tag: schema-vocabulary-branch
interfaces.py
Log Message:
Document an exception that can be raised by the vocabulary registry.
=== Zope3/src/zope/schema/interfaces.py 1.15.4.1 => 1.15.4.2 ===
--- Zope3/src/zope/schema/interfaces.py:1.15.4.1 Wed May 7 16:50:20 2003
+++ Zope3/src/zope/schema/interfaces.py Thu May 8 12:00:11 2003
@@ -490,4 +490,6 @@
def get(object, name):
"""Return the vocabulary named 'name' for the content object
'object'.
+
+ When the vocabulary cannot be found, LookupError is raised.
"""