]> granicus.if.org Git - python/commit
Bytes should never equal unicode.
authorGuido van Rossum <guido@python.org>
Mon, 9 Apr 2007 00:49:13 +0000 (00:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Apr 2007 00:49:13 +0000 (00:49 +0000)
commitebea9beab34d9c7552764c071b0d7fdb4744092b
tree2a5027f9ab3b229a97a65f57c162a6ba9e5c03ea
parent343e97ff7f939fc16d144a196a95ecf2e82c061e
Bytes should never equal unicode.
Add tests for str <cmpop> bytes.
Lib/test/test_bytes.py
Objects/bytesobject.c