Merged revisions 72040 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line

  Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
........
This commit is contained in:
Eric Smith 2009-04-27 20:39:49 +00:00
parent 249b898ec7
commit 6dc46f5eaa
13 changed files with 96 additions and 294 deletions

View file

@ -846,6 +846,10 @@
RelativePath="..\Include\pyarena.h"
>
</File>
<File
RelativePath="..\Include\pyctype.h"
>
</File>
<File
RelativePath="..\Include\pydebug.h"
>
@ -1730,6 +1734,10 @@
RelativePath="..\Python\pyarena.c"
>
</File>
<File
RelativePath="..\Python\pyctype.c"
>
</File>
<File
RelativePath="..\Python\pyfpe.c"
>