[New-bugs-announce] [issue15129] file.readline() cannot read weird ascii character in file

Tony Malykh report at bugs.python.org
Thu Jun 21 22:36:28 CEST 2012


New submission from Tony Malykh <anton.malykh at gmail.com>:

readline() or readlines() method can read the file up to the line where weird character ascii code 26 appears. I would like to read the entire file though. A simple example attached.

----------
components: IO
files: testpy.zip
messages: 163363
nosy: Tony.Malykh
priority: normal
severity: normal
status: open
title: file.readline() cannot read weird ascii character in file
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file26075/testpy.zip

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


More information about the New-bugs-announce mailing list