mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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
This commit is contained in:
parent
0b2f5180d7
commit
479736b31c
3 changed files with 40 additions and 2 deletions
|
|
@ -392,6 +392,10 @@ C-API
|
|||
Library
|
||||
-------
|
||||
|
||||
- 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
|
||||
|
||||
- Issue #8770: now sysconfig displays information when it's called as
|
||||
a script. Initial idea by Sridhar Ratnakumar.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue