make StringIO like other file objects in that readline(-1) has no effect #7348
commit3d157709c05aa54ff831ba06195a729f1ccc4089
authorbenjamin.peterson <benjamin.peterson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 13 Dec 2009 17:29:16 +0000 (13 17:29 +0000)
committerbenjamin.peterson <benjamin.peterson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 13 Dec 2009 17:29:16 +0000 (13 17:29 +0000)
tree0f35a9b471a1cb6d48c0e2c49eebf46c6836110b
parent6f6f73bb3a71e9949ee083569251c5c9daa68b70
make StringIO like other file objects in that readline(-1) has no effect #7348

git-svn-id: http://svn.python.org/projects/python/trunk@76798 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/StringIO.py
Lib/test/test_StringIO.py