Replace os.tempnam() with tempfile.mkstemp().
commit6e4f0d5e7bbf4b9d6858e2d6d798ba4f2967d540
authorMarko Kreen <markokr@gmail.com>
Wed, 7 Feb 2007 15:49:51 +0000 (7 15:49 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 7 Feb 2007 15:49:51 +0000 (7 15:49 +0000)
tree726b3a40155c0cc9f2d0aa51a9a9b843b1785514
parent975dbbcddd9a6c7b09358fae718e3eb7f42a589f
Replace os.tempnam() with tempfile.mkstemp().

That also gets rid of ugly hack with warnings.filterwarnings()

Patch contributed by Jason Moiron.
rarfile.py