[issue23933] Struct module should acept arrays

Wolfgang Maier report at bugs.python.org
Mon Apr 13 18:33:44 CEST 2015


Wolfgang Maier added the comment:

are you looking for:

struct.pack('i'*4, *[0]*4)

?

----------
nosy: +wolma

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23933>
_______________________________________


More information about the Python-bugs-list mailing list