]> granicus.if.org Git - python/commit
make FileIO.mode always include 'b'
authorBenjamin Peterson <benjamin@python.org>
Sat, 22 Nov 2008 00:41:45 +0000 (00:41 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 22 Nov 2008 00:41:45 +0000 (00:41 +0000)
commit44309e6b3768d6d559491ddf6ca56bfad2adb9b5
tree5d71526f8d1b06a39c67191bf55e85e68c205c95
parent656aa28cd50d00171d46df30eaeecd45eb0ae32c
make FileIO.mode always include 'b'

#4386 Reviewed by Amaury
Doc/library/stdtypes.rst
Lib/socket.py
Lib/test/test_fileio.py
Lib/test/test_gzip.py
Lib/test/test_io.py
Lib/test/test_socket.py
Misc/NEWS
Modules/_fileio.c