SIGN IN SIGN UP

Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros

which are true for alphabetic and alphanumeric characters resp.

The macros are currently implemented using the existing is* tables
but will have to be updated to meet the Unicode standard definitions
(add tables for non-cased letters and letter modifiers).
M
Marc-André Lemburg committed
a9c103bc09bbad19c001eaf170e27fc09e34e152
Parent: 891bc65