[Checkins] SVN: zc.buildout/branches/gary-support-system-python/ the printed message is out of order. this appears to be a doctest oddity. I need to move on.

Gary Poster gary.poster at canonical.com
Thu Jul 16 17:29:40 EDT 2009


Log message for revision 101953:
  the printed message is out of order.  this appears to be a doctest oddity.  I need to move on.

Changed:
  U   zc.buildout/branches/gary-support-system-python/bootstrap/bootstrap.py
  U   zc.buildout/branches/gary-support-system-python/src/zc/buildout/bootstrap.txt

-=-
Modified: zc.buildout/branches/gary-support-system-python/bootstrap/bootstrap.py
===================================================================
--- zc.buildout/branches/gary-support-system-python/bootstrap/bootstrap.py	2009-07-16 20:49:38 UTC (rev 101952)
+++ zc.buildout/branches/gary-support-system-python/bootstrap/bootstrap.py	2009-07-16 21:29:40 UTC (rev 101953)
@@ -156,6 +156,7 @@
     exitcode = os.spawnle(*([os.P_WAIT, sys.executable] + cmd + [env]))
 if exitcode != 0:
     sys.stdout.flush()
+    sys.stderr.flush()
     print ("An error occured when trying to install zc.buildout. "
            "Look above this message for any errors that "
            "were output by easy_install.")

Modified: zc.buildout/branches/gary-support-system-python/src/zc/buildout/bootstrap.txt
===================================================================
--- zc.buildout/branches/gary-support-system-python/src/zc/buildout/bootstrap.txt	2009-07-16 20:49:38 UTC (rev 101952)
+++ zc.buildout/branches/gary-support-system-python/src/zc/buildout/bootstrap.txt	2009-07-16 21:29:40 UTC (rev 101953)
@@ -57,7 +57,7 @@
     ...     'bootstrap.py --version UNKNOWN'); print 'X' # doctest: +ELLIPSIS
     ...
     X
-    No local packages or download links found for zc.buildout==UNKNOWN
+    No local packages or download links found for zc.buildout==UNKNOWN...
     error: Could not find suitable distribution for Requirement.parse('zc.buildout==UNKNOWN')
     ...
 



More information about the Checkins mailing list