[Python-Dev] What does a double coding cookie mean?

Nick Coghlan ncoghlan at gmail.com
Sun Mar 20 05:56:29 EDT 2016


On 20 March 2016 at 07:46, Glenn Linderman <v+python at g.nevcal.com> wrote:
> Diagnosing ambiguous conditions, even including my example above, might be
> useful... for a few files... is it worth the effort? What % of .py sources
> have coding specifications? What % of those have two?

And there's a decent argument for leaving detecting such cases to
linters rather than the tokeniser.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list