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 mark.dickinson
Recipients cubinator, docs@python, mark.dickinson, martin.panter
Date 2017-03-08.08:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488962877.38.0.0215333749442.issue29751@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, PyLong_FromString is directly used by the implementation of int, and is also used in parsing of numeric integer literals in source:

https://github.com/python/cpython/blob/cb41b2766de646435743b6af7dd152751b54e73f/Python/ast.c#L4084

So I agree that this is a documentation bug. There's also no mention of the support for underscores in the documentation.
History
Date User Action Args
2017-03-08 08:47:57mark.dickinsonsetrecipients: + mark.dickinson, docs@python, martin.panter, cubinator
2017-03-08 08:47:57mark.dickinsonsetmessageid: <1488962877.38.0.0215333749442.issue29751@psf.upfronthosting.co.za>
2017-03-08 08:47:57mark.dickinsonlinkissue29751 messages
2017-03-08 08:47:57mark.dickinsoncreate