]> granicus.if.org Git - python/commit
Blocked revisions 68925 via svnmerge
authorBenjamin Peterson <benjamin@python.org>
Sun, 25 Jan 2009 17:19:17 +0000 (17:19 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 25 Jan 2009 17:19:17 +0000 (17:19 +0000)
commit2989de0130bcc4e8d2cb7ef3cf92f7e8e2128cb8
tree9413ca8258942269b39cc831a6788be0c772f203
parentb52ec78baf236272800017fdb2b7f243741c1851
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
........