axiom
axiom copied to clipboard
`axiom.attributes.bytes` shadows builtin name
The attribute class bytes shadows the builtin bytes name. Additionally, it's helpstring says the stored/returned type is a python str, which is incorrect under python3, it now stores/returns a builtins.bytes.
I'm not sure what it should be called instead, maybe blob, as that is the sql-term for arbitrary binary data.