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 orsenthil
Recipients demian.brecht, mcepl, orsenthil, r.david.murray, terry.reedy
Date 2014-06-17.14:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403013681.52.0.258317120942.issue19917@psf.upfronthosting.co.za>
In-reply-to
Content
I believe, repr() is the correct call here. You should know the proper  end of line characters like \n, \r\n which were sent in the request while debugging. A pretty print here, while look good, might remove that capability and thus may not add any value in my opinion.
History
Date User Action Args
2014-06-17 14:01:21orsenthilsetrecipients: + orsenthil, terry.reedy, mcepl, r.david.murray, demian.brecht
2014-06-17 14:01:21orsenthilsetmessageid: <1403013681.52.0.258317120942.issue19917@psf.upfronthosting.co.za>
2014-06-17 14:01:21orsenthillinkissue19917 messages
2014-06-17 14:01:21orsenthilcreate