[New-bugs-announce] [issue36417] unicode.isdecimal bug in online Python 2 documentation

PEW's Corner report at bugs.python.org
Sun Mar 24 10:47:13 EDT 2019


New submission from PEW's Corner <pewscorner at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 338736
nosy: docs at python, pewscorner
priority: normal
severity: normal
status: open
title: unicode.isdecimal bug in online Python 2 documentation
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36417>
_______________________________________


More information about the New-bugs-announce mailing list