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 pewscorner
Recipients docs@python, pewscorner
Date 2019-03-24.14:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553438833.3.0.95385374587.issue36417@roundup.psfhosted.org>
In-reply-to
Content
The online Python 2 documentation for unicode.isdecimal (https://docs.python.org/2/library/stdtypes.html#unicode.isdecimal) incorrectly states:

"Decimal characters include digit characters".

This is wrong (decimal characters are actually a subset of digit characters), and u'\u00b3' is an example of a character that is a digit but not a decimal.

Issue 26483 (https://bugs.python.org/issue26483) corrected the same bug in the Python 3 documentation, and a similar correction should be applied to the Python 2 documentation.
History
Date User Action Args
2019-03-24 14:47:13pewscornersetrecipients: + pewscorner, docs@python
2019-03-24 14:47:13pewscornersetmessageid: <1553438833.3.0.95385374587.issue36417@roundup.psfhosted.org>
2019-03-24 14:47:13pewscornerlinkissue36417 messages
2019-03-24 14:47:13pewscornercreate