]> granicus.if.org Git - python/commit
Added new .isalpha() and .isalnum() methods to match the same
authorMarc-André Lemburg <mal@egenix.com>
Wed, 5 Jul 2000 09:47:46 +0000 (09:47 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 5 Jul 2000 09:47:46 +0000 (09:47 +0000)
commit4027f8f4b358e91b00746916f644d49431a20cff
treea59420916e11dce00634227bb4dc564e7fadca92
parent9d4674168fa41b9b9e1968b69f42681ce61ca610
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().
Objects/stringobject.c