why uses tempfile.mktemp() "@" ?
From: Thomas Guettler (guettli_at_thomas-guettler.de)
Date: 06/04/04
- Next message: Steve Lamb: "Re: python vs awk for simple sysamin tasks"
- Previous message: Mickel Grönroos: "RE: Which is the most mature Soap module?"
- Next in thread: Jeff Epler: "Re: why uses tempfile.mktemp() "@" ?"
- Reply: Jeff Epler: "Re: why uses tempfile.mktemp() "@" ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 04 Jun 2004 14:18:27 +0200
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
- Next message: Steve Lamb: "Re: python vs awk for simple sysamin tasks"
- Previous message: Mickel Grönroos: "RE: Which is the most mature Soap module?"
- Next in thread: Jeff Epler: "Re: why uses tempfile.mktemp() "@" ?"
- Reply: Jeff Epler: "Re: why uses tempfile.mktemp() "@" ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading