[issue5793] Rationalize isdigit / isalpha / tolower / ... uses throughout Python source

Eric Smith report at bugs.python.org
Mon Apr 27 16:50:03 CEST 2009


Eric Smith <eric at trueblade.com> added the comment:

I'll implement this by adding a pyctype.h and pyctype.c, mimicking
<ctype.h>. I'll essentially copy and rename the methods in
bytes_methods.[ch], then change bytes_methods.h to refer to the new
versions, for backward compatibility.

----------
assignee:  -> eric.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5793>
_______________________________________


More information about the Python-bugs-list mailing list