[docs] [issue24219] Repeated integer in Lexical analysis/Integer literals section

Dmitry Kazakov report at bugs.python.org
Sun May 17 20:10:51 CEST 2015


New submission from Dmitry Kazakov:

One of the integers under "Some examples of integer literals" is repeated twice:

    7     2147483647                        0o177    0b100110111
    3     79228162514264337593543950336     0o377    0x100000000
          79228162514264337593543950336              0xdeadbeef

I believe this comes from the old docs: https://docs.python.org/2.7/reference/lexical_analysis.html#integer-and-long-integer-literals (the L suffix was removed).

----------
assignee: docs at python
components: Documentation
files: intliteral.diff
keywords: patch
messages: 243418
nosy: docs at python, vlth
priority: normal
severity: normal
status: open
title: Repeated integer in Lexical analysis/Integer literals section
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39410/intliteral.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24219>
_______________________________________


More information about the docs mailing list