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 lambacck
Recipients belopolsky, doerwalter, eric.araujo, georg.brandl, gpolo, lambacck, rhettinger, vstinner
Date 2010-11-22.14:48:17
SpamBayes Score 2.7412898e-05
Marked as misclassified No
Message-id <1290437301.3.0.392484106832.issue10087@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand what you mean by "elides the line breaks in output". They are still there, you just don't see them as \n because print() is no longer implicitly converting the bytes to a string (which appears to actually result in a repr).
History
Date User Action Args
2010-11-22 14:48:21lambaccksetrecipients: + lambacck, doerwalter, georg.brandl, rhettinger, belopolsky, vstinner, gpolo, eric.araujo
2010-11-22 14:48:21lambaccksetmessageid: <1290437301.3.0.392484106832.issue10087@psf.upfronthosting.co.za>
2010-11-22 14:48:17lambaccklinkissue10087 messages
2010-11-22 14:48:17lambacckcreate