Terry J. Reedy <[email protected]> added the comment:
Fixed elsewhere.
>>> 04208
File "<stdin>", line 1
04208
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use
an 0o prefix for octal integers
>>> 0o38
File "<stdin>", line 1
0o38
^
SyntaxError: invalid digit '8' in octal literal
----------
nosy: +terry.reedy
resolution: -> out of date
stage: patch review -> resolved
status: open -> closed
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue20608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com