cpython/Lib/ctypes
Thomas Heller d660fabd24 binascii.hexlify returns a bytes object; we must convert it to str
before we can pass it to re.sub.
2007-07-12 19:56:28 +00:00
..
macholib Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test binascii.hexlify returns a bytes object; we must convert it to str 2007-07-12 19:56:28 +00:00
__init__.py Accept bytes for c_wchar_p instances and c_wchar array instances. 2007-07-12 19:06:25 +00:00
_endian.py Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
util.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
wintypes.py Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00