[New-bugs-announce] [issue39608] Bug in 00000000000000000

wyz23x2 report at bugs.python.org
Tue Feb 11 06:04:06 EST 2020


New submission from wyz23x2 <wyz23x2 at 163.com>:

Why is this?
>>> 0000000000000000000000000000000 # No error
0
>>> 0000000000000000000000000000002
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers

----------
components: Build
messages: 361796
nosy: wyz23x2
priority: normal
severity: normal
status: open
title: Bug in 00000000000000000
type: behavior
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39608>
_______________________________________


More information about the New-bugs-announce mailing list