From: Benjamin Peterson Date: Sun, 25 Jan 2009 17:19:17 +0000 (+0000) Subject: Blocked revisions 68925 via svnmerge X-Git-Tag: v3.1a1~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2989de0130bcc4e8d2cb7ef3cf92f7e8e2128cb8;p=python Blocked revisions 68925 via svnmerge ........ r68925 | benjamin.peterson | 2009-01-25 11:15:10 -0600 (Sun, 25 Jan 2009) | 5 lines fix building the core with --disable-unicode I changed some bytearray methods to use strings instead of unicode like bytes_repr Also, bytearray.fromhex() can take strings as well as unicode ........ ---