Changes between Initial Version and Version 1 of Ticket #834


Ignore:


Timestamp:
05/25/10 21:36:59 (3 years ago)
Author:
dustin
Comment:

I've seen these on UNIX buildslaves, too. Hmm..

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #834

    • Property Milestone changed from 0.8.+ to 0.8.1
    • Property Summary changed from log message stream encoding inserts spurious newlines into logs on windows to log message stream encoding inserts spurious newlines into logs
  • Ticket #834 – Description

    initial v1  
    1 Logs from the windows metabuildbot are interspersed with unn 
    2 ecessary newlines.  I suspect that these come from the stream encoding, Windows' use of ' 
     1Logs from the windows metabuildbot are interspersed with unnecessary newlines.  I suspect that these come from the stream encoding, Windows' use of ' 
    32' instead of ' 
    43', and Python's automatic newline translation.