[Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/interfaces.py add
a TODO: need better schema for ITokenizedTerm
Fred L. Drake, Jr.
fdrake at gmail.com
Fri Oct 29 12:25:04 EDT 2004
Log message for revision 28281:
add a TODO: need better schema for ITokenizedTerm
Changed:
U Zope3/trunk/src/zope/schema/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/schema/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/schema/interfaces.py 2004-10-28 22:56:34 UTC (rev 28280)
+++ Zope3/trunk/src/zope/schema/interfaces.py 2004-10-29 16:25:04 UTC (rev 28281)
@@ -449,6 +449,7 @@
"""Object representing a single value in a tokenized vocabulary.
"""
+ # TODO: There should be a more specialized field type for this.
token = Attribute(
"token",
"""Token which can be used to represent the value on a stream.
More information about the Zope3-Checkins
mailing list