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 serhiy.storchaka
Recipients mark.dickinson, serhiy.storchaka, steven.daprano
Date 2018-04-18.09:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524044143.75.0.682650639539.issue33305@psf.upfronthosting.co.za>
In-reply-to
Content
It still can cause when copy octal constants from other languages or from old Python 2 books and articles.

Perhaps it should emit SyntaxWarning if all digits are in range 0-7 and the number is larger than 7.
History
Date User Action Args
2018-04-18 09:35:43serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, steven.daprano
2018-04-18 09:35:43serhiy.storchakasetmessageid: <1524044143.75.0.682650639539.issue33305@psf.upfronthosting.co.za>
2018-04-18 09:35:43serhiy.storchakalinkissue33305 messages
2018-04-18 09:35:43serhiy.storchakacreate