Jose' Matos wrote: > I will write a replacement for this using TemporaryFile that is > available since 2.0 and it says that "The file is created in the > most secure manner available in the appropriate temporary directory > for the host platform." > > In the special case of 2.3 the mkstemp is used, so no need to wrap > it. :-) > > I will submit a patch for this soon...
Thanks. What happens for users of Python < 2.0? They continue to use mktemp? -- Angus