fishy commented on PR #2565: URL: https://github.com/apache/thrift/pull/2565#issuecomment-1104066332
This is the correct _type_, yes, but it's not the correct string: ``` $ python3 Python 3.10.4 (main, Mar 24 2022, 13:07:27) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import base64 >>> str(base64.b64encode(b'foo')) "b'Zm9v'" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
