Stream functions like read() are supposed to return bytes, not buffer.
Now multibytecodec directly works with PyStrings, and disallow PyBytes.
Showing
Please register or sign in to comment
Now multibytecodec directly works with PyStrings, and disallow PyBytes.