Antoine Pitrou added the comment: > 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? ---------- _______________________________________ 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