Mauro Navarro Baraldi added the comment:
Reviewing this thread and talking with another friends, I thought that the
pythonic way to solve it should be use the tempfile module.
And here is a suggestion using the logging module with tempfile.
> import logging
> import tempfil
Mauro Navarro Baraldi added the comment:
Replace to most use of /tmp/tempfile for just tempfile, as sugested before.
--
keywords: +patch
nosy: +maurobaraldi
Added file: http://bugs.python.org/file19698/py3k-docs.patch
___
Python tracker
<h