No support for bytes
ndmitchell opened this issue · 1 comments
ndmitchell commented
From the spec:
A bytes is an immutable sequence of values in the range 0-255. The type of a bytes is "bytes".
We don't yet support bytes.
nataliejameson commented
Probably good to double check with this that we support byte string literals with this as well, then.