On Tue, Dec 14, 2010 at 03:42:17PM +0000, Alexander Belopolsky wrote:
> I am attaching a patch that expands the documentation of isalnum,
> isalpha, isdecimal, isdigit, isnumeric, islower, isupper, and
> isspace.  I did not change isidentifier or isprintable because their
...
> 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.

_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to