Path to this page:
Subject: CVS commit: pkgsrc/devel/py-serpent
From: Adam Ciarcinski
Date: 2022-02-09 22:24:58
Message id: 20220209212458.774D4FB24@cvs.NetBSD.org
Log Message:
py-serpent: updated to 1.40
1.40
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.
Files: