]> granicus.if.org Git - python/commit
fix building the core with --disable-unicode
authorBenjamin Peterson <benjamin@python.org>
Sun, 25 Jan 2009 17:15:10 +0000 (17:15 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 25 Jan 2009 17:15:10 +0000 (17:15 +0000)
commit78821ddf8c8eeebf757d72c2989cc0accea155de
treec9ce0cdf40089bbc995de6138b237595b4cd51dd
parente52c31450dfbe649b559b3fa96630d348b838c19
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
Lib/test/test_bytes.py
Modules/gcmodule.c
Objects/abstract.c
Objects/bytearrayobject.c
Objects/typeobject.c
Python/ceval.c
Python/formatter_unicode.c