]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make it an error to compare a bytes object and a Unicode object.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2007 18:47:16 +0000 (18:47 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2007 18:47:16 +0000 (18:47 +0000)
commit18c3ff887f95e7b566b36faf97d457372c04c213
treed2d1242b8c7eca59638696b43b95004f64384e3e
parent991bf5d8c8fdd94c3b9238d7111c0dfb41973804
Make it an error to compare a bytes object and a Unicode object.
Lib/test/test_bytes.py
Objects/bytesobject.c