[issue20498] Update StringIO newline tests

2014-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue20498] Update StringIO newline tests

2014-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 07e7bb29a2c5 by Serhiy Storchaka in branch '2.7': Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. http://hg.python.org/cpython/rev/07e7bb29a2c5 New changeset e23c928b9e39 by Serhiy Storchaka in branch '3.3': Issue #20498: Fi

[issue20498] Update StringIO newline tests

2014-02-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Indeed. Here is a patch. -- keywords: +patch Added file: http://bugs.python.org/file33885/stringio_newline_tests.patch ___ Python tracker ___

[issue20498] Update StringIO newline tests

2014-02-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: You forgot to add the patch :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20498] Update StringIO newline tests

2014-02-02 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patches adds several new checks and test cases to StringIO newline tests. It also fixes test_newline_lf which didn't use the newline argument. -- components: IO, Tests messages: 210080 nosy: benjamin.peterson, hynek, pitrou, serhiy.storchak