[issue41546] pprint() gives exception when ran from pythonw

Vedran Čačić report at bugs.python.org
Mon Aug 17 04:19:48 EDT 2020


Vedran Čačić <vedgar at gmail.com> added the comment:

The big part of the justification for making print a function in Py3 is that it can be painlessly replaced with other functions, such as (example given by BDFL) pprint.pprint. I think we should do what we can to make the replacement as painless as possible.

----------
nosy: +veky

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41546>
_______________________________________


More information about the Python-bugs-list mailing list