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 chris.jerdonek
Recipients asvetlov, benjamin.peterson, chris.jerdonek, docs@python, hynek, pitrou, stutzbach, vstinner
Date 2012-08-11.19:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344712096.6.0.597512138703.issue15561@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you reflect this fact in your patches?

Sure. (Though for stdin '\n' is converted to os.linesep and no more.)

Would you mind if I also updated the following part of the subprocess documentation to reference the part we are updating, so that the documentation is just in one place?

"If universal_newlines is True, the file objects stdout and stderr are opened as text files, but lines may be terminated by any of '\n', the Unix end-of-line convention, '\r', the old Macintosh convention or '\r\n', the Windows convention. All of these external representations are seen as '\n' by the Python program."

The part we're updating is in the "Frequently Used Arguments" section and so seems like the natural place for expanded details.
History
Date User Action Args
2012-08-11 19:08:16chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, vstinner, benjamin.peterson, stutzbach, asvetlov, docs@python, hynek
2012-08-11 19:08:16chris.jerdoneksetmessageid: <1344712096.6.0.597512138703.issue15561@psf.upfronthosting.co.za>
2012-08-11 19:08:16chris.jerdoneklinkissue15561 messages
2012-08-11 19:08:15chris.jerdonekcreate