[issue10587] Document the meaning of str methods

Senthil Kumaran report at bugs.python.org
Wed Dec 22 23:58:24 CET 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

...
> redundant checks for isdecimal() and isdigit().  I think the
> documentation should reflect what the code does for an off-chance
> that someone would replace unicodedata with their own database with
> which these checks are not redundant.

+1 for making these changes. Helps clarify meaning of these methods with
respect to Unicode strings.

----------
nosy: +orsenthil

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10587>
_______________________________________


More information about the Python-bugs-list mailing list