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 steven.daprano
Recipients StyXman, docs@python, mark.dickinson, steven.daprano, xtreak
Date 2019-02-24.13:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551015178.54.0.39080661456.issue36100@roundup.psfhosted.org>
In-reply-to
Content
I'm re-opening the ticket with a change of subject, because I think this should be treated as a documentation enhancement:

- improve the docstrings for str.isdigit, isnumeric and isdecimal to make it clear what each does (e.g. what counts as a digit);

- similarly improve the documentation for int and float? although the existing comment may be sufficient

https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex

- add a FAQ summarizing the situation.

I don't think we need to worry about backporting the docs to Python 2, but if others disagree, I won't object.
History
Date User Action Args
2019-02-24 13:32:58steven.dapranosetrecipients: + steven.daprano, mark.dickinson, StyXman, docs@python, xtreak
2019-02-24 13:32:58steven.dapranosetmessageid: <1551015178.54.0.39080661456.issue36100@roundup.psfhosted.org>
2019-02-24 13:32:58steven.dapranolinkissue36100 messages
2019-02-24 13:32:58steven.dapranocreate