On Wed, Jun 10, 2020, 8:04 PM Jonathan Crall <[email protected]> wrote:
> I wouldn't mind if this *only *worked for the specific characters > "print". > I often swap out 'print' for 'pprint', depending on the presentation I'm assuming for. Obviously, I need a 'from pprint import pprint' earlier. It "just works" and is seamless. It would become an impedance mismatch if it didn't include 'pprint'. But what about my 'custom_print' I use occasionally...
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/UBZDXBZJE4HCS6ROVRDUZC2X7YWVGKNR/ Code of Conduct: http://python.org/psf/codeofconduct/
