[Python-ideas] Allow additional separator character in variables

Serhiy Storchaka storchaka at gmail.com
Tue Nov 21 15:59:12 EST 2017


21.11.17 22:03, Stephan Houben пише:
> If anybody is still worried about this,
> here is a 29-line proof-of-concept code checker which warns if your 
> source file
> contains identifiers which are different but look the same.
> 
> https://gist.github.com/stephanh42/61eceadc2890cf1b53ada5e48ef98ad1

Ha! I wanted to look at a 29-line code that is able to detect all 
homoglyphs. But actually it just imports a third-party module. :-(

In any case this is a nice code.



More information about the Python-ideas mailing list