]> granicus.if.org Git - python/commit
make StringIO like other file objects in that readline(-1) has no effect #7348
authorBenjamin Peterson <benjamin@python.org>
Sun, 13 Dec 2009 17:29:16 +0000 (17:29 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 13 Dec 2009 17:29:16 +0000 (17:29 +0000)
commit414721614f6f550f8d8353b09b178e1d055f1d1f
treea5f69d893fc93c290aa5e7801abe5f518b27774a
parent4895af4ef1c91679e642c0fc81f584aecc26a7ea
make StringIO like other file objects in that readline(-1) has no effect #7348
Lib/StringIO.py
Lib/test/test_StringIO.py