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 pitrou
Recipients BreamoreBoy, amaury.forgeotdarc, eric.araujo, ezio.melotti, giampaolo.rodola, marystern, pitrou, rhettinger, serprex
Date 2013-04-03.06:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364969395.3376.0.camel@localhost.localdomain>
In-reply-to <1364952228.15.0.991820700244.issue6743@psf.upfronthosting.co.za>
Content
> Antoine: the desired behavior is to have a function with the same
> signature as print (so multiple objects to print are supported), but
> which calls pprint.pformat instead of str.

But it can't work. pprint() uses all the width for a single object. How
are you supposed to print multiple objects?
History
Date User Action Args
2013-04-03 06:10:00pitrousetrecipients: + pitrou, rhettinger, amaury.forgeotdarc, giampaolo.rodola, ezio.melotti, eric.araujo, marystern, serprex, BreamoreBoy
2013-04-03 06:10:00pitroulinkissue6743 messages
2013-04-03 06:10:00pitroucreate