Update CompatibilityVisitor to correctly handle Implicit oct (without o or O) long integers

This commit is contained in:
Semyon Proshev
2016-09-13 15:35:31 +03:00
parent 971aa5fd7d
commit 389902961b
3 changed files with 34 additions and 30 deletions
@@ -0,0 +1 @@
<error descr="Python version 3.5 does not support a trailing 'l' or 'L'."><error descr="Python version 3.5 does not support this syntax. It requires '0o' prefix for octal literals">01234L</error></error>