commit | 4027f8f4b358e91b00746916f644d49431a20cff | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Wed Jul 05 09:47:46 2000 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Wed Jul 05 09:47:46 2000 +0000 |
tree | a59420916e11dce00634227bb4dc564e7fadca92 | |
parent | 9d4674168fa41b9b9e1968b69f42681ce61ca610 [diff] |
Added new .isalpha() and .isalnum() methods to match the same ones on the Unicode objects. Note that the string versions use the (locale aware) C lib APIs isalpha() and isalnum().