New submission from Miso.Kopera <miso.kop...@gmail.com>:

bug in "file.readlines()" function. It doesn't detect end of the line when line 
is ending only with 0x0D byte. In python3.1 it works fine (as I expect). File 
in attachment should has 6 lines not only 1 as python2.7 returns.

----------
components: None
files: testFile
messages: 124932
nosy: Miso.Kopera
priority: normal
severity: normal
status: open
title: Wrong detection of lines in readlines() function
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file20197/testFile

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10797>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to