]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed compare function to do first char comparison in unsigned mode,
authorGuido van Rossum <guido@python.org>
Wed, 23 Oct 1996 14:19:40 +0000 (14:19 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Oct 1996 14:19:40 +0000 (14:19 +0000)
commitfde7a75b78ed29bc0b23c4df35587ade99a7ddf2
treed0b70d14f5421e73ec5a4a0948570abd7bf483ee
parent149574767c2125159e06d9c9ca381c0eb6f05ea7
Fixed compare function to do first char comparison in unsigned mode,
for consistency with the way other characters are compared.
Objects/stringobject.c