commit | 78821ddf8c8eeebf757d72c2989cc0accea155de | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jan 25 17:15:10 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jan 25 17:15:10 2009 +0000 |
tree | c9ce0cdf40089bbc995de6138b237595b4cd51dd | |
parent | e52c31450dfbe649b559b3fa96630d348b838c19 [diff] |
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