# This module creates temporary files and directories. It works on all supported platforms. # TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFile are high-level interfaces ...
… Note that mechanize works fine on Windows. The Tempfile or StringIO is closed at the appropriate time which will delete the backing file in the case of Tempfile. If you have an issue with the ...