commit | 59929d9877e2968c38e672f14cd92aa63bfe9c4b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jul 01 13:47:03 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jul 01 13:47:03 2011 +0200 |
tree | d8587c82669d162eaeed6997e2a7e08b73cea608 | |
parent | c9e07a3ec8c48ca833f57286474226e2e82f5214 [diff] | |
parent | bef7fdfc0448f2c1b6a7141898fddbe6d2d562f6 [diff] |
(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).