-- https://mail.python.org/mailman/listinfo/python-list
I would like a tool that tries to find as many syntax errors as possible
in a python file. I know there is the risk of false positives when a
tool tries to recover from a syntax error and proceeds but I would
prefer that over the current python strategy of quiting after the first
syntax error. I just want a tool for syntax errors. No style
enforcements. Any recommandations? -- Antoon Pardon
- What to use for finding as many syntax errors as possible. Antoon Pardon
- Re: What to use for finding as many syntax errors as ... Avi Gross
- Re: What to use for finding as many syntax errors... Antoon Pardon
- Re: What to use for finding as many syntax er... Karsten Hilbert
- Re: What to use for finding as many synta... Peter J. Holzer
- Re: What to use for finding as many synta... Antoon Pardon
- Re: What to use for finding as many ... MRAB
- Re: What to use for finding as many ... Avi Gross
- Re: What to use for finding as m... Antoon Pardon
- Re: What to use for finding as many ... Barry
- Re: What to use for finding as many ... Karsten Hilbert