This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients John Parejko, benjamin.peterson, mgedmin, serhiy.storchaka, terry.reedy
Date 2021-03-23.02:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616466023.94.0.28646185171.issue20608@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-03-23 02:20:23terry.reedysetrecipients: + terry.reedy, mgedmin, benjamin.peterson, serhiy.storchaka, John Parejko
2021-03-23 02:20:23terry.reedysetmessageid: <1616466023.94.0.28646185171.issue20608@roundup.psfhosted.org>
2021-03-23 02:20:23terry.reedylinkissue20608 messages
2021-03-23 02:20:23terry.reedycreate