8000 Release release 1.40 · irmen/Serpent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

release 1.40

Compare
Choose a tag to compare
@irmen irmen released this 14 May 22:06
· 30 commits to master since this release

Added "bytes_repr" option to serializer to serialize byte arrays into their Python bytes repr escaped form.
(also added BytesNode to the parser where it directly deserializes into a byte array)

This can be more convenient than having to deal with base-64 encoded bytes, but the serialized data is usually about twice as large and it is slower to process.

0