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 orsenthil
Recipients belopolsky, docs@python, ezio.melotti, lemburg, loewis, orsenthil, vstinner
Date 2010-12-22.22:58:21
SpamBayes Score 0.036451887
Marked as misclassified No
Message-id <20101222225810.GA1109@rubuntu>
In-reply-to <1292341337.1.0.503200318795.issue10587@psf.upfronthosting.co.za>
Content
...
> 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.
History
Date User Action Args
2010-12-22 22:58:24orsenthilsetrecipients: + orsenthil, lemburg, loewis, belopolsky, vstinner, ezio.melotti, docs@python
2010-12-22 22:58:21orsenthillinkissue10587 messages
2010-12-22 22:58:21orsenthilcreate