[Python-checkins] r68926 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Sun Jan 25 18:19:17 CET 2009


Author: benjamin.peterson
Date: Sun Jan 25 18:19:17 2009
New Revision: 68926

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list