py: Add ustruct.pack_into and unpack_from

This commit is contained in:
Dave Hylands
2015-12-23 19:11:27 -08:00
committed by Damien George
parent ac16cc9a35
commit a17755ee8b
3 changed files with 118 additions and 19 deletions

View File

@@ -491,7 +491,9 @@ Q(print_exception)
Q(struct)
Q(ustruct)
Q(pack)
Q(pack_into)
Q(unpack)
Q(unpack_from)
Q(calcsize)
#endif