This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients catherine, eric.araujo, omatt, r.david.murray
Date 2010-08-01.04:16:33
SpamBayes Score 0.0008719859
Marked as misclassified No
Message-id <1280636195.83.0.329177045339.issue8620@psf.upfronthosting.co.za>
In-reply-to
Content
Éric: thanks for spotting the whitespace before I got smacked by the commit hook.  As for \r\n, our thought was that would be a feature (universal newline support), but upon reflection the current fix could actually break working code if by some weird chance someone is feeding \r terminated files to Cmd, while using \r\n should not break anything, since a \r\n terminated file would currently not work (since the \r would be left on the lines).  So I've changed the fix to strip '\r\n' in the commit (py3k r83380, 2.7 r83381, 2.5 r83382, 3.1 r83383).
History
Date User Action Args
2010-08-01 04:16:35r.david.murraysetrecipients: + r.david.murray, eric.araujo, omatt, catherine
2010-08-01 04:16:35r.david.murraysetmessageid: <1280636195.83.0.329177045339.issue8620@psf.upfronthosting.co.za>
2010-08-01 04:16:34r.david.murraylinkissue8620 messages
2010-08-01 04:16:33r.david.murraycreate