Changes by Thomas Barnet-Lamb :
--
title: StreamReader Readlines -> StreamReader Readlines behavior odd
___
Python tracker
<http://bugs.python.org/issu
Changes by Thomas Barnet-Lamb :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue12446>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Thomas Barnet-Lamb :
It appears that StreamReader's readlines method behaves in a strange manner if
the StreamReader has, in a previous read operation, decoded more characters
than the user asked for; this happens when both the chars and size parameters
are used, but