Issue1566

classification
Title: os.popen(cmd).read() returns `\r\n` as newline on Windows with Jython 2.5
Type: Severity: normal
Components: Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pjenvey Nosy List: pekka.klarck, pjenvey
Priority: Keywords:

Created on 2010-03-03.10:44:58 by pekka.klarck, last changed 2010-04-04.00:17:11 by pjenvey.

Messages
msg5557 (view) Author: Pekka Klärck (pekka.klarck) Date: 2010-03-03.10:44:58
Both with Jython 2.2 and CPython the newline is just `\n`.
msg5621 (view) Author: Philip Jenvey (pjenvey) Date: 2010-04-04.00:17:10
fixed in r6999
History
Date User Action Args
2010-04-04 00:17:11pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg5621
2010-03-24 17:17:11pjenveysetassignee: pjenvey
nosy: + pjenvey
2010-03-03 10:44:58pekka.klarckcreate