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.09:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1997568173.21896648.1364981191115.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1364977894.56.0.274717138308.issue6743@psf.upfronthosting.co.za>
Content
> Amaury Forgeot d'Arc added the comment:
> 
> > But it can't work. pprint() uses all the width for a single object.
> > How are you supposed to print multiple objects?
> 
> On multiple lines?

But then, it doesn't have anything similar to print() except that it takes
multiple arguments (which is a very weak similarity). It can only be confusing
to name it print(), not to mention that shadowing builtins is generally
considered bad.

Overall, -1 from me.
History
Date User Action Args
2013-04-03 09:26:37pitrousetrecipients: + pitrou, rhettinger, amaury.forgeotdarc, giampaolo.rodola, ezio.melotti, eric.araujo, marystern, serprex, BreamoreBoy
2013-04-03 09:26:37pitroulinkissue6743 messages
2013-04-03 09:26:37pitroucreate