[Python-Dev] The buffer() function (original) (raw)

Fredrik Lundh fredrik at pythonware.com
Thu Jul 13 18:57:46 CEST 2006


Thomas Heller wrote:

Naturally I tried to call base64.encodestring(buffer(ctypesinstance)) and it worked, so that was my answer.

does ctypes_instance implement the buffer API ? if it does, is the buffer() call even necessary ?



More information about the Python-Dev mailing list