[issue32286] python 2.7 cannot parse ''

wangtie report at bugs.python.org
Tue Dec 12 03:20:10 EST 2017


New submission from wangtie <wangtie1988 at 126.com>:

I have a txt file,use code UTF-8,and include char ''(ASCII code?), when use f.readlines() to get a list, the program exit without any exception,then I got a list without data after line which include char ''.

----------
components: Unicode
files: b.txt
messages: 308091
nosy: ezio.melotti, vstinner, wt19880712wt
priority: normal
severity: normal
status: open
title: python 2.7 cannot parse ''
versions: Python 2.7
Added file: https://bugs.python.org/file47331/b.txt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32286>
_______________________________________


More information about the Python-bugs-list mailing list