On Thu, Nov 14, 2019, at 13:12, Andrew Barnert wrote: > And then you can run it on a whole mess of code and verify that it’s > only different in the cases where you want it to be different (what > used to be an ERRORTOKEN or NEWLINE is now an NL because we’re in the > middle of a with compound statement header).
Maybe any compound statement header? e.g. if/while with lots of and/or conditions, but more to the point it doesn't really make sense to make the rule work differently for different types of statements. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/XXLYYFRLLSZYFFMI755YCPT74M6VTHCN/ Code of Conduct: http://python.org/psf/codeofconduct/