commit | cac7af6863a997376bffe00ecf07a62c5618a5d9 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Mon Apr 27 19:04:37 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Mon Apr 27 19:04:37 2009 +0000 |
tree | 625ae6ebde4f6027d49bb3d40b6955888527fb05 | |
parent | ec047e0725cf31f24eb5ed3c43e6da843deea83a [diff] |
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 82d548e..09ed1a7 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile
@@ -362,6 +362,7 @@ Python/mystrtoul.c \ Python/peephole.c \ Python/pyarena.c \ + Python/pyctype.c \ Python/pyfpe.c \ Python/pymath.c \ Python/pystate.c \