]> granicus.if.org Git - python/commit
binascii.hexlify returns a bytes object; we must convert it to str
authorThomas Heller <theller@ctypes.org>
Thu, 12 Jul 2007 19:56:28 +0000 (19:56 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 12 Jul 2007 19:56:28 +0000 (19:56 +0000)
commitd660fabd24dfd48df43bc0717cfec44385ae736e
tree8779497af34012a6c8b791643d655c9d5b6a678f
parent0d8a1fd78d68093631e3ad8d8b19b0af300807c5
binascii.hexlify returns a bytes object; we must convert it to str
before we can pass it to re.sub.
Lib/ctypes/test/test_array_in_pointer.py