diff options
author | Eric Smith <eric@trueblade.com> | 2009-04-27 19:04:37 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2009-04-27 19:04:37 (GMT) |
commit | cac7af6863a997376bffe00ecf07a62c5618a5d9 (patch) | |
tree | 625ae6ebde4f6027d49bb3d40b6955888527fb05 /Include/Python.h | |
parent | ec047e0725cf31f24eb5ed3c43e6da843deea83a (diff) | |
download | cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.zip cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.gz cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.bz2 |
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index 7af6b13..9e140a5 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -134,6 +134,7 @@ #include "compile.h" #include "eval.h" +#include "pyctype.h" #include "pystrtod.h" #include "pystrcmp.h" |