]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10288: The deprecated family of "char"-handling macros
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 5 Nov 2010 17:23:41 +0000 (17:23 +0000)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 5 Nov 2010 17:23:41 +0000 (17:23 +0000)
commit9696088b6d04efe179a825f05060ea3c96a625eb
treec2a1adbbcb491fb073fc31bc13fb7b4af31cf651
parentde11b189d1e771053fa3e662b2b08116998a73bc
Issue #10288: The deprecated family of "char"-handling macros
(ISLOWER()/ISUPPER()/etc) have now been removed: use Py_ISLOWER() etc
instead.
Include/bytes_methods.h
Misc/NEWS
Objects/bytesobject.c
Objects/unicodeobject.c