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 vinay.sajip
Recipients LwarX, vinay.sajip
Date 2009-07-13.10:56:20
SpamBayes Score 0.008932188
Marked as misclassified No
Message-id <1247482582.46.0.255335786997.issue6444@psf.upfronthosting.co.za>
In-reply-to
Content
Why can't you either use %r in the format string if you know you'll be
printing out multiple lines, or define your own handler/formatter to do
exactly what you want? I can't see how to provide what you need in a
generally useful way in the stdlib.
History
Date User Action Args
2009-07-13 10:56:22vinay.sajipsetrecipients: + vinay.sajip, LwarX
2009-07-13 10:56:22vinay.sajipsetmessageid: <1247482582.46.0.255335786997.issue6444@psf.upfronthosting.co.za>
2009-07-13 10:56:20vinay.sajiplinkissue6444 messages
2009-07-13 10:56:20vinay.sajipcreate