[Checkins] SVN: zope.schema/trunk/ Recreated CHANGES.txt and README.txt. Removed everything in README.txt

Alexander Heavner alex at zope.com
Thu Feb 15 15:07:55 EST 2007


Log message for revision 72629:
  Recreated CHANGES.txt and README.txt. Removed everything in README.txt
  excpet for the overview.
  

Changed:
  A   zope.schema/trunk/CHANGES.txt
  A   zope.schema/trunk/README.txt

-=-
Added: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2007-02-15 20:04:24 UTC (rev 72628)
+++ zope.schema/trunk/CHANGES.txt	2007-02-15 20:07:54 UTC (rev 72629)
@@ -0,0 +1,37 @@
+zope.schema Package Changelog
+=============================
+
+zope.schema version 3.2.1 (2006/03/26)
+--------------------------------------
+
+Corresponds to the verison of the zope.schema package shipped as part of
+the Zope 3.2.1 release.
+
+Fixed missing import of 'VocabularyRegistryError'.  See
+http://www.zope.org/Collectors/Zope3-dev/544 .
+
+zope.schema version 3.2.0 (2006/01/05)
+--------------------------------------
+
+Corresponds to the verison of the zope.schema package shipped as part of
+the Zope 3.2.0 release.
+
+Added "iterable" sources to replace vocabularies, which are now deprecated
+and scheduled for removal in Zope 3.3.
+
+zope.schema version 3.1.0 (2005/10/03)
+--------------------------------------
+
+Corresponds to the verison of the zope.schema package shipped as part of
+the Zope 3.1.0 release.
+
+Allowed 'Choice' fields to take either a 'vocabulary' or a 'source'
+argument (sources are a simpler implementation).
+
+Added 'TimeDelta' and 'ASCIILine' field types.
+
+zope.schema version 3.0.0 (2004/11/07)
+--------------------------------------
+
+Corresponds to the verison of the zope.schema package shipped as part of
+the Zope X3.0.0 release.


Property changes on: zope.schema/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Added: zope.schema/trunk/README.txt
===================================================================
--- zope.schema/trunk/README.txt	2007-02-15 20:04:24 UTC (rev 72628)
+++ zope.schema/trunk/README.txt	2007-02-15 20:07:54 UTC (rev 72629)
@@ -0,0 +1,15 @@
+zope.schema Package Readme
+==========================
+
+Overview
+--------
+
+Schemas extend the notion of interfaces to detailed descriptions of Attributes
+(but not methods). Every schema is an interface and specifies the public
+fields of an object. A *field* roughly corresponds to an attribute of a
+python object. But a Field provides space for at least a title and a
+description. It can also constrain its value and provide a validation method.
+Besides you can optionally specify characteristics such as its value being
+read-only or not required.
+
+See 'src/zope/schema/README.txt' for more information.


Property changes on: zope.schema/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list