]> granicus.if.org Git - python/commit
Conrad Huang points out that "if (0 < ch < 256)", while legal C,
authorGuido van Rossum <guido@python.org>
Thu, 6 Apr 2000 18:18:10 +0000 (18:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Apr 2000 18:18:10 +0000 (18:18 +0000)
commitba47704943137318229ad9a4bba6a93aa0ba1d29
treec8018e8f07be7fbfe585e70e57f3b530166ec316
parent69ca950d1ff6a5344f1680846af85facfdf7bc14
Conrad Huang points out that "if (0 < ch < 256)", while legal C,
doesn't mean what the Python programmer thought...
Objects/unicodeobject.c