This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Eugene Viktorov
Recipients Eugene Viktorov
Date 2016-02-18.16:17:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455812272.44.0.420327480876.issue26385@psf.upfronthosting.co.za>
In-reply-to
Content
When calling the tempfile.NamedTemporaryFile with mode='wr' or with any other wrong value for "mode", it raises the ValueError and silently leaves an unknown, just created file on the file system.
History
Date User Action Args
2016-02-18 16:17:52Eugene Viktorovsetrecipients: + Eugene Viktorov
2016-02-18 16:17:52Eugene Viktorovsetmessageid: <1455812272.44.0.420327480876.issue26385@psf.upfronthosting.co.za>
2016-02-18 16:17:52Eugene Viktorovlinkissue26385 messages
2016-02-18 16:17:52Eugene Viktorovcreate