]> granicus.if.org Git - python/commit
SF patch #1359365: file and cStringIO raise a ValueError when next() is called
authorWalter Dörwald <walter@livinglogic.de>
Wed, 15 Mar 2006 08:23:53 +0000 (08:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 15 Mar 2006 08:23:53 +0000 (08:23 +0000)
commit0af5d93d8a9ce44343630c24140977fa841dfe04
treed85ea652f568c9b31ae51554fdd223114ae1c1a3
parent4a53dadc3edf80785b8c99a780727dea005ee1e3
SF patch #1359365: file and cStringIO raise a ValueError when next() is called
after calling close(). Change StringIO, so that it behaves the same way.
Lib/StringIO.py
Lib/test/test_StringIO.py