I know nothing of this subject matter, but I'm guessing that "lambda:
f.close()" could just be written "f.close", unless I'm mistaken.

-jj

On 10/11/06, askel <[EMAIL PROTECTED]> wrote:
>
> def download(self):
>   ...
>   r = Request(mimetype='application/octet-stream')
>   f = open(filename)
>   r.content = add_close(f, lambda: f.close())
>   return r

-- 
The one who gets the last laugh isn't the one who did the laughing,
but rather the one who did the writing.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to