From ad3baec12f2d86cda58bc2a51173c76b6c335fa2 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 15 May 2014 19:09:06 +0300 Subject: sequence: Fix yet another case of improper sequence comparison. This time, in mp_seq_cmp_bytes(). How many more cases are still lurking? --- tests/basics/bytes_compare.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/basics/bytes_compare.py') diff --git a/tests/basics/bytes_compare.py b/tests/basics/bytes_compare.py index 3804844fe..292267ba7 100644 --- a/tests/basics/bytes_compare.py +++ b/tests/basics/bytes_compare.py @@ -49,3 +49,5 @@ print(b"1" <= b"10") print(b"1" <= b"1/") print(b"10" <= b"1") print(b"1/" <= b"1") + +print(b'o' == b'\n') -- cgit v1.2.3