Antoine Pitrou added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6743>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to