> The correct thing to do is keep track of the temp
> file names, and delete them explicitly when you are done with them.
> This can even be done automagically by using object finalization.

Even better, we can start using Python 2.x.  This allows us to use the
TemporaryFile class in the standard module tempfile; this does what I
suggested, and more besides.

Bill

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to