[Zope3-checkins] CVS: Zope3/src/zope/schema - interfaces.py:1.28

Sidnei da Silva sidnei at x3ng.com.br
Tue Aug 5 11:25:25 EDT 2003


Update of /cvs-repository/Zope3/src/zope/schema
In directory cvs.zope.org:/tmp/cvs-serv14539/src/zope/schema

Modified Files:
	interfaces.py 
Log Message:
Reasonably big batch of changes. Added methods to query factories by interface. Added tests for them. Registered all fields from zope.schema as factories. Added basic tests for that. Made the contentdirective use a dottedname instead of a class as the id when an id is not provided. Cleanspace Whitening here and there.

=== Zope3/src/zope/schema/interfaces.py 1.27 => 1.28 ===
--- Zope3/src/zope/schema/interfaces.py:1.27	Mon Jul 28 18:22:27 2003
+++ Zope3/src/zope/schema/interfaces.py	Tue Aug  5 10:25:19 2003
@@ -55,7 +55,6 @@
 from zope.schema._bootstrapfields import Field, Text, TextLine, Bool, Int
 from zope.schema._bootstrapfields import Container, Iterable
 
-
 class IField(Interface):
     """Basic Schema Field Interface.
 




More information about the Zope3-Checkins mailing list