[Zope3-checkins] CVS: Zope3/src/zope/schema - interfaces.py:1.23
Fred L. Drake, Jr.
fred@zope.com
Thu, 12 Jun 2003 13:27:59 -0400
Update of /cvs-repository/Zope3/src/zope/schema
In directory cvs.zope.org:/tmp/cvs-serv29416
Modified Files:
interfaces.py
Log Message:
Small clarification in the definition of a token.
=== Zope3/src/zope/schema/interfaces.py 1.22 => 1.23 ===
--- Zope3/src/zope/schema/interfaces.py:1.22 Wed Jun 11 13:00:28 2003
+++ Zope3/src/zope/schema/interfaces.py Thu Jun 12 13:27:59 2003
@@ -409,7 +409,8 @@
"token",
"""Token which can be used to represent the value on a stream.
- The value of this attribute must be a 7-bit string.
+ The value of this attribute must be a non-empty 7-bit string.
+ Control characters are not allowed.
""")