On Thu, 09 Jan 2014 03:54:13 +0000 MRAB <python at mrabarnett.plus.com> wrote: > I'm thinking that the "i" format could be used for signed integers and > the "u" for unsigned integers. The width would be the number of bytes. > You would also need to have a way of specifying the endianness. > > For example: > > >>> b'{:<2i}'.format(256) > b'\x01\x00' > >>> b'{:>2i}'.format(256) > b'\x00\x01' The goal is not to add an alternative to the struct module. If you need binary packing/unpacking, just use struct. Regards Antoine.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4