On Mon, Oct 8, 2018 at 9:46 AM Gene Heskett <[email protected]> wrote: > > On Sunday 07 October 2018 18:29:21 Chris Angelico wrote: > > > On Mon, Oct 8, 2018 at 9:26 AM Gene Heskett <[email protected]> > wrote: > > > On Sunday 07 October 2018 17:36:34 Chris Angelico wrote: > > > > On Mon, Oct 8, 2018 at 8:27 AM Gene Heskett <[email protected]> > > > > > > wrote: > > > [...]> > > > > > > > Okay, but I'm trying to understand why you're referencing this in > > > > this thread about indentation. That would imply that you at least > > > > have reason to suspect that the problem is indentation. > > > > > > > > ChrisA > > > > > > Grasping at straws ChrisA. And anything that will reach out and > > > slap me around when it see's a syntax problem might accidentally > > > teach me something about this snake. > > > > Ah. Fair enough, then. Basically, you want the Python equivalent of > > "gcc -Wall -Wpedantic". > > > Is there such a critter?
Not really; there's -Wall, of course, but it's not nearly as comprehensive as gcc's pedantic mode. Sorry. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
