mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
This commit is contained in:
parent
ec047e0725
commit
cac7af6863
15 changed files with 338 additions and 303 deletions
|
|
@ -850,6 +850,10 @@
|
|||
RelativePath="..\Include\pyarena.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pyctype.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pydebug.h"
|
||||
>
|
||||
|
|
@ -1742,6 +1746,10 @@
|
|||
RelativePath="..\Python\pyarena.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\pyctype.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\pyfpe.c"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue