[issue44152] [not a bug] .isupper() does not support Polytonic Greek (but .islower() does)

E G report at bugs.python.org
Sun May 16 18:02:34 EDT 2021


E G <etg at antisigma.classics.utoronto.ca> added the comment:

Oops: this is not a bug. The isupper() method tests ALL chars.

Only the first char in the examples was a capital. All of the logic/tests succeed.

Sorry for the error. Thanks to Serhiy S. for swift attention on this.

----------
resolution:  -> not a bug
title: .isupper() does not support Polytonic Greek (but .islower() does) -> [not a bug] .isupper() does not support Polytonic Greek (but .islower() does)

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44152>
_______________________________________


More information about the Python-bugs-list mailing list