On 14/11/2021 18:22, Chris Angelico wrote:
IMO it would be kinda handy to be able to combine a global statement with an assignment, but it's not a particularly high priority for me. It would reduce a bit of repetition, but that's all.
Agreed. Sometimes I'd like to be able to write this sort of thing: global TestsRun = 0, ElapsedTime = 0.0 but it's not a big deal. Rob _______________________________________________ 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/RPILTBN24NDIKSD7V7U5UTKP76L3ZNYM/ Code of Conduct: http://python.org/psf/codeofconduct/
