[Checkins] SVN: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt Reverted r100763 as that causes a test failure on python2.5, at least for me.

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Jun 9 17:46:45 EDT 2009


Log message for revision 100764:
  Reverted r100763 as that causes a test failure on python2.5, at least for me.
  And actually, with a clean virtualenv without site packages the test also passes for python2.4.
  Now if only python would realize that a doctest that expects '...foo' and gets just 'foo' is fine, that would be nice.
  In this case, with a clean virtualenv without any packages the '...' is this notice:
      Upgraded:
        zc.buildout version 1.2.1;
      restarting.

Changed:
  U   z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt

-=-
Modified: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt
===================================================================
--- z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt	2009-06-09 21:38:17 UTC (rev 100763)
+++ z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt	2009-06-09 21:46:45 UTC (rev 100764)
@@ -139,6 +139,7 @@
 
     >>> print 'start..\n', system(buildout)
     start.. 
+    ...
     Installing basket.
     <BLANKLINE>
 



More information about the Checkins mailing list