]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changed the UCHAR_MAX error msg a bit: we don't really assume anything
authorTim Peters <tim.peters@gmail.com>
Mon, 22 Dec 2003 18:10:51 +0000 (18:10 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 22 Dec 2003 18:10:51 +0000 (18:10 +0000)
commit0490fe96d882072aca640ef5c6f42ed80a789f0d
tree3e0ecc076ec325c0d4f12c1e9a89c2f411e73df0
parentac4ea13a3aec87bf3e6ceb54e867e20f1fbd4253
Changed the UCHAR_MAX error msg a bit:  we don't really assume anything
about "characters", we assume something about C's char type (which is
an integral type).
Include/Python.h