commit | 2989de0130bcc4e8d2cb7ef3cf92f7e8e2128cb8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jan 25 17:19:17 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jan 25 17:19:17 2009 +0000 |
tree | 9413ca8258942269b39cc831a6788be0c772f203 | |
parent | b52ec78baf236272800017fdb2b7f243741c1851 [diff] |
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 ........