[Checkins] SVN: zope.schema/trunk/src/zope/schema/_bootstrapfields.py more pep8

Godefroid Chapelle gotcha at bubblenet.be
Mon Nov 30 06:25:40 EST 2009


Log message for revision 106111:
  more pep8

Changed:
  U   zope.schema/trunk/src/zope/schema/_bootstrapfields.py

-=-
Modified: zope.schema/trunk/src/zope/schema/_bootstrapfields.py
===================================================================
--- zope.schema/trunk/src/zope/schema/_bootstrapfields.py	2009-11-30 11:22:26 UTC (rev 106110)
+++ zope.schema/trunk/src/zope/schema/_bootstrapfields.py	2009-11-30 11:25:39 UTC (rev 106111)
@@ -344,6 +344,7 @@
         # integers, and bool() returns either 1 or 0.  We need to
         # support using integers here so we don't invalidate schema
         # that were perfectly valid with older versions of Python.
+
         def _validate(self, value):
             # Convert integers to bools to they don't get mis-flagged
             # by the type check later.



More information about the checkins mailing list