]> granicus.if.org Git - python/commit
Add next and __iter__ to the list of file methods that should raise
authorGuido van Rossum <guido@python.org>
Tue, 6 Aug 2002 15:58:24 +0000 (15:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Aug 2002 15:58:24 +0000 (15:58 +0000)
commit3c668c1256fb1ae3233af3f906891c4d8625c717
tree4708651f0f07912f6d2251275be9066b56ee1e4e
parent7a6e95948cd2e163c066943f755d85007c306047
Add next and __iter__ to the list of file methods that should raise
ValueError when called for a closed file.
Lib/test/test_file.py