[issue36417] unicode.isdecimal bug in online Python 2 documentation

2020-01-19 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has reached EOL and the branch is closed to regular maintenance, I'm closing the issue. Thanks for the report and patch anyway! -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status: open -> closed

[issue36417] unicode.isdecimal bug in online Python 2 documentation

2019-04-10 Thread zheng
zheng added the comment: I propose we copy over the exact changes made to the Python 3 documentation. I looked through the code mentioned in the other thread. Namely, `Objects/unicodeobject.c` and `Tools/unicode/makeunicodedata.py`. The implementation is identical between python 2 and

[issue36417] unicode.isdecimal bug in online Python 2 documentation

2019-04-10 Thread zheng
Change by zheng : -- keywords: +patch pull_requests: +12684 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36417] unicode.isdecimal bug in online Python 2 documentation

2019-03-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +easy stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36417] unicode.isdecimal bug in online Python 2 documentation

2019-03-24 Thread PEW's Corner
New submission from PEW's Corner : 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