[Checkins] SVN: z3c.password/trunk/src/z3c/password/README.txt Make the tests pass with Python 2.7.

Marius Gedminas cvs-admin at zope.org
Thu Aug 9 12:22:06 UTC 2012


Log message for revision 127449:
  Make the tests pass with Python 2.7.

Changed:
  U   z3c.password/trunk/src/z3c/password/README.txt

-=-
Modified: z3c.password/trunk/src/z3c/password/README.txt
===================================================================
--- z3c.password/trunk/src/z3c/password/README.txt	2012-08-09 11:00:33 UTC (rev 127448)
+++ z3c.password/trunk/src/z3c/password/README.txt	2012-08-09 12:22:02 UTC (rev 127449)
@@ -56,8 +56,8 @@
   12
   >>> pwd.groupMax
   6
-  >>> pwd.maxSimilarity
-  0.59999999999999998
+  >>> print(pwd.maxSimilarity)
+  0.6
 
 - When the password is empty, then the password is invalid:
 



More information about the checkins mailing list