aboutsummaryrefslogtreecommitdiff
path: root/cryptech/py11/attributes.py
AgeCommit message (Collapse)Author
2020-06-10Whack with club until works with Python 2 and Python 3Rob Austein
String types are still a bit weird. Amost everything here is currently required to be bytes rather than str in Python 3, which feels a bit unnatural, but everything on the wire has to be bytes and we don't really have enough information to know when we should be converting back to str. In the long term, once we ditch Python 2, we may be able to do a bit better for things like the string versions of attribute names, but for the moment it's simplest to stick with bytes.
2020-05-25Untested conversion to support Python 3Rob Austein
2017-04-14Python interface API will need to be cryptech.py11 for installation.Rob Austein