]> granicus.if.org Git - python/commit
struct.unpack() allows a bytes string too (if it has the right size).
authorGuido van Rossum <guido@python.org>
Fri, 13 Apr 2007 03:33:53 +0000 (03:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Apr 2007 03:33:53 +0000 (03:33 +0000)
commit913dd0be52f28fbc5036d95722b80222880706fd
treeea58f81cd1650c849ce638d316628a1855040e12
parent98f9746740e95bd0307a4a1a1f1adf69cc585e61
struct.unpack() allows a bytes string too (if it has the right size).
Modules/_struct.c