[issue12446] StreamReader Readlines behavior odd

2011-06-29 Thread Thomas Barnet-Lamb
Changes by Thomas Barnet-Lamb : -- title: StreamReader Readlines -> StreamReader Readlines behavior odd ___ Python tracker <http://bugs.python.org/issu

[issue12446] StreamReader Readlines

2011-06-29 Thread Thomas Barnet-Lamb
Changes by Thomas Barnet-Lamb : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue12446> ___ ___ Python-bugs-list mailing list Unsubscri

[issue12446] StreamReader Readlines

2011-06-29 Thread Thomas Barnet-Lamb
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