commit | 03013a0130285c21bb940c89f0538f8ed1d35622 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 16 14:30:28 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 16 14:30:28 2002 +0000 |
tree | b92cc168af74f6fce6a0e7d188118b5fb633ca83 | |
parent | c0e35158fbe7f9f4920c283e31b29ac04a09faf5 [diff] |
valid_identifier(): use an unsigned char* so that isalpha() will do the right thing even if char is unsigned.