]> granicus.if.org Git - python/commit
(merge 3.2) test_os: remove now useless TemporaryFileTests testcase
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 11:47:03 +0000 (13:47 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 11:47:03 +0000 (13:47 +0200)
commit59929d9877e2968c38e672f14cd92aa63bfe9c4b
treed8587c82669d162eaeed6997e2a7e08b73cea608
parentc9e07a3ec8c48ca833f57286474226e2e82f5214
parentbef7fdfc0448f2c1b6a7141898fddbe6d2d562f6
(merge 3.2) test_os: remove now useless TemporaryFileTests testcase

TemporaryFileTests has tests for os.tempnam() and os.tmpfile(), functions
removed from Python 3.

Move fdopen() tests to the FileTests testcase to test fdopen() on a file
descriptor, not on a directory descriptor (which raises an error on Windows).
Lib/test/test_os.py