Kirill Volozhanin
Results
1
issues of
Kirill Volozhanin
Hi @ynsta I didn't change any logic and didn't break back compatibility with earlier Python versions. Just fixed some stuff like: * `if x == None:` -> `if x is...