<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 19, 2013 at 12:57 PM, Steven D'Aprano <span dir="ltr"><<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sun, 18 Aug 2013 22:36:01 +0530, Ganesh Pal wrote:<br>
<br>
> Please find the comments >>> inline<br>
<br>
</div>Please don't do that!<br>
<br>
"Arrows" > are used for quoting in emails. If you prefix your *new*<br>
comments using >>> it looks like they were quoted *three messages back*.<br>
<br>
You should be able to configure your email or news client to prefix<br>
quoted text with a >, and then you just type your own comments with no<br>
prefix, like I'm doing here. Even Gmail can do that.<br>
<br>
You seem to have copied-and-pasted my response into a new email, and then<br>
added your comments. Am I right? The normal way to reply to an email is<br>
to use Reply or Reply All.<br>
<br></blockquote><div><br></div><div>sure , hence forth will take of the same</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
<br>
</div>You shouldn't normally care about where temporary files are stored, since<br>
they're temporary and will disappear as soon as you are done with them.<br>
But yes, tempfile has the ability to control where the files are stored.<br>
Both tempfile.NamedTemporaryFile and tempfile.TemporaryFile take an<br>
optional directory argument.<br>
<br>
To read the documentation, run these two commands at the interactive<br>
prompt:<br>
<br>
<br>
import tempfile<br>
help(tempfile)<br>
<br>
<br>
or read it on the web:<br>
<br>
<a href="http://docs.python.org/2/library/tempfile.html" target="_blank">http://docs.python.org/2/library/tempfile.html</a><br>
<a href="http://docs.python.org/3/library/tempfile.html" target="_blank">http://docs.python.org/3/library/tempfile.html</a><br>
<div class="im"><br>
<br>
<br>
>          If  " yes "  then can this also be an alternative and does this<br>
> have any drawback  ?<br>
<br>
</div>Alternative to what? If you mean, alternative to *not* storing it in the<br>
user's directory, then yes, it is :-)<br>
<br>
Drawbacks -- yes. I hate it when applications dump temporary files in my<br>
home directory.<br>
<div class="HOEnZb"><div class="h5"><br>
<br></div></div></blockquote><div><br></div><div>Thanks for the links  and information on temporary files </div><div><br></div><div> </div></div></div></div>