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 vaultah
Recipients docs@python, vaultah
Date 2015-05-17.18:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431886251.68.0.470371931129.issue24219@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-05-17 18:10:51vaultahsetrecipients: + vaultah, docs@python
2015-05-17 18:10:51vaultahsetmessageid: <1431886251.68.0.470371931129.issue24219@psf.upfronthosting.co.za>
2015-05-17 18:10:51vaultahlinkissue24219 messages
2015-05-17 18:10:51vaultahcreate