why uses tempfile.mktemp() "@" ?

Thomas Guettler guettli at thomas-guettler.de
Fri Jun 4 08:18:27 EDT 2004


Hi!

Is there a need for the "@"
in the filenames created with tempfile.mktemp()?

I think it would be better to use only characters
which are "shell save".

At least with bash you need to quote the "@".
Copy&past of the filename does not work.

Regards,
 Thomas




More information about the Python-list mailing list