]> granicus.if.org Git - python/commit
SF Patch #494867 test file methods
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jan 2002 19:11:13 +0000 (19:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jan 2002 19:11:13 +0000 (19:11 +0000)
commit653d85fc86afa4b96bafcd1544d7ebf64e2ab6cd
treeb20a628a7ed122ab04b31185c734bf4737b744a9
parent649b75954a1880e8a6dc15066a3041bfabac959a
SF Patch #494867 test file methods

Test that the file methods raise ValueError when called on a closed file.
Test .isatty()
Test name, closed attributes
Lib/test/test_file.py