[issue6743] Add function compatible with print to pprint module

Antoine Pitrou report at bugs.python.org
Wed Apr 3 11:26:37 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue6743>
_______________________________________


More information about the Python-bugs-list mailing list