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@python components: Documentation files: intliteral.diff keywords: patch messages: 243418 nosy: docs@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 <rep...@bugs.python.org> <http://bugs.python.org/issue24219> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com