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 loewis
Recipients antlong, belopolsky, eric.araujo, eric.smith, jkloth, loewis, mark.dickinson, ronaldoussoren, vstinner
Date 2010-07-24.11:37:47
SpamBayes Score 5.6465697e-06
Marked as misclassified No
Message-id <4C4AD085.5000007@v.loewis.de>
In-reply-to <1279967730.86.0.461933142358.issue9335@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2010-07-24 11:37:49loewissetrecipients: + loewis, ronaldoussoren, mark.dickinson, belopolsky, vstinner, eric.smith, jkloth, eric.araujo, antlong
2010-07-24 11:37:47loewislinkissue9335 messages
2010-07-24 11:37:47loewiscreate