- properly use tempfile.mkstemp, by using os.fdopen() on the passed file
authorDr. Peter Poeml <poeml@cmdline.net>
Fri, 14 Jul 2006 16:38:54 +0000 (16:38 +0000)
committerDr. Peter Poeml <poeml@cmdline.net>
Fri, 14 Jul 2006 16:38:54 +0000 (16:38 +0000)
commitd6af7d2f854e6e44a10e569ef21b3755a1c3adf1
tree78c368d7c0cefe5ac32c7d0426d382e3c561891c
parent55857910d479c2168c34f720a27482badefd0ce7
- properly use tempfile.mkstemp, by using os.fdopen() on the passed file
  descriptor, instead of opening it again
osc_hotshot.py