]> granicus.if.org Git - python/commit
Patch #1049 by Thomas Lee.
authorGuido van Rossum <guido@python.org>
Tue, 9 Oct 2007 17:21:10 +0000 (17:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Oct 2007 17:21:10 +0000 (17:21 +0000)
commit1e35e765321311222f118197c79f2c3937035ffc
treeda550a2a6e205185eb215a9bd9e5cdabb1b92a12
parent6ccd3f2dbcb98b33a71ffa6eae949deae797c09c
Patch #1049 by Thomas Lee.

Changes comparisons between PyBytes and PyUnicode to return unequal
instead of raising TypeError.
Lib/test/test_bytes.py
Objects/bytesobject.c