Message111457
> I disagree. It's expected that the function will return valid data. This doesn't return valid data so isalpha() is compromised.
What is "valid data"? The function (isalpha) should return a boolean,
and it does. So the result is certainly "valid".
The documentation says "For 8-bit strings, this method is
locale-dependent." So it is correct if it returns what the OS vendor says
to return. |
|
Date |
User |
Action |
Args |
2010-07-24 11:37:49 | loewis | set | recipients:
+ loewis, ronaldoussoren, mark.dickinson, belopolsky, vstinner, eric.smith, jkloth, eric.araujo, antlong |
2010-07-24 11:37:47 | loewis | link | issue9335 messages |
2010-07-24 11:37:47 | loewis | create | |
|