On Mon, 4 Oct 2021 12:18:35 -0400 Calvin Spealman <[email protected]> wrote: > On Mon, Oct 4, 2021 at 12:07 PM Guido van Rossum <[email protected]> wrote: > > > The question was about which style to *recommend* (a la PEP-8). > > > > I think the very fact that it can't (or is difficult) be enforced,
How so? If style checkers are already able to check whitespace around operators, they should be to check whitespace in this instance as well. Do you suggest that PEP 8 violations should be detected by the Python parser itself? _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ZLU5NYXVRCUM7AEEN55ITUQO43VDY6RE/ Code of Conduct: http://python.org/psf/codeofconduct/
