On 11/06/20 2:08 pm, Jonathan Goble wrote:
+1 for the limited idea of bringing back the print statement with positional arguments only, as syntactic sugar (and not a replacement) for the print function
Would that apply only to the actual built-in print function, or would it work for any visible name spelled 'print'? If the latter, I can imagine some creative abuses as people contrive for their favourite function of the moment to be called 'print' so that they can call it without parens... -- Greg _______________________________________________ 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/AFLY6UTILXXJH6RHIIMKYVOEW3BRXPGF/ Code of Conduct: http://python.org/psf/codeofconduct/
