Passing information between modules
Chris Angelico
rosuav at gmail.com
Mon Nov 21 00:46:50 EST 2022
On Mon, 21 Nov 2022 at 16:26, dn <PythonList at danceswithmice.info> wrote:
> Am put-off by the 'smell' of subverting/adapting names like print() =
> surprise/confusion factor - but I think I understand where you're going.
To be fair, redefining the "print" function IS one of the reasons that
it's no longer a statement. Though I would generally recommend
maintaining its signature and purpose.
ChrisA
More information about the Python-list
mailing list