[Checkins] SVN: zc.buildout/branches/win/zc.recipe.egg_/src/zc/recipe/egg/README.txt We get different whitespace output on windows and unix, so we

Jim Fulton jim at zope.com
Sun Aug 27 13:53:36 EDT 2006


Log message for revision 69803:
  We get different whitespace output on windows and unix, so we
  normalize it.
  

Changed:
  U   zc.buildout/branches/win/zc.recipe.egg_/src/zc/recipe/egg/README.txt

-=-
Modified: zc.buildout/branches/win/zc.recipe.egg_/src/zc/recipe/egg/README.txt
===================================================================
--- zc.buildout/branches/win/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2006-08-27 16:06:54 UTC (rev 69802)
+++ zc.buildout/branches/win/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2006-08-27 17:53:35 UTC (rev 69803)
@@ -123,11 +123,9 @@
     ...         print os.path.basename(p)
     ...
     ... """).replace('>>> ', '').replace('... ', ''),
-    ... # doctest: +ELLIPSIS
+    ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
     demo-0.2-py2.4.egg
     demoneeded-1.1-py2.4.egg
-    <BLANKLINE>
-    <BLANKLINE>
 
 The recipe gets the most recent distribution that satisfies the
 specification. For example, We remove the restriction on demo:



More information about the Checkins mailing list