]> granicus.if.org Git - python/commit
Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 May 2010 21:12:34 +0000 (21:12 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 May 2010 21:12:34 +0000 (21:12 +0000)
commit479736b31c2500bc12d09c3ff766de6a2ec68ac0
tree27bfaf3fc19f10f085c0606a5c0381133aff5726
parent0b2f5180d73f9239ae621014d0af478ac1887155
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
Lib/base64.py
Lib/test/test_base64.py
Misc/NEWS