]> granicus.if.org Git - python/commit
Do not hide a failure to create a temporary file; if it fails the work
authorFred Drake <fdrake@acm.org>
Fri, 23 Feb 2001 20:04:54 +0000 (20:04 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Feb 2001 20:04:54 +0000 (20:04 +0000)
commit6fd08baddc899d342129d646058ff921650b8573
tree53556e71895bf71954872d9c072153665e980e65
parent07e6c505ad76a7d55867775057a580e4d24a9931
Do not hide a failure to create a temporary file; if it fails the work
will not have been done, and applications need to know that.  Also, do
not print a message about it; the exception is the right thing.

This closes SF bug #133717.
Lib/mimetools.py