[issue5554] file.read() doesn't read the whole file

STINNER Victor report at bugs.python.org
Tue Mar 24 18:27:06 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Retry in binary mode: open('F:/test.bmp', 'rb'). It's not a bug :-)
http://docs.python.org/library/functions.html#open

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5554>
_______________________________________


More information about the Python-bugs-list mailing list