Gabriel Genellina wrote: > As someone already suggested, why don't you use TemporaryFile or > NamedTemporaryFile and avoid such problems?
Because I don't want file to be removed after closing. -- http://mail.python.org/mailman/listinfo/python-list
Gabriel Genellina wrote: > As someone already suggested, why don't you use TemporaryFile or > NamedTemporaryFile and avoid such problems?
Because I don't want file to be removed after closing. -- http://mail.python.org/mailman/listinfo/python-list