Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and
sys.stdout.buffer (instead of sys.stdin and sys.stdout) to use the bytes API
Showing
Please register or sign in to comment
sys.stdout.buffer (instead of sys.stdin and sys.stdout) to use the bytes API