[Tutor] finally

Walter Prins wprins at gmail.com
Thu Jun 24 16:44:06 CEST 2010


On 24 June 2010 15:34, Chris <g.nius.ck at gmail.com> wrote:

> cleanup code means code to close files and save data, right
>

Possibly yes, although I'm referring generally to freeing any resources
(objects, memory, files, whatever) your code has acquired/opened that should
be freed whether or not the code succeeds (without throwing an exception) or
fails somehow (having thrown an exception.)

Walter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100624/21926a44/attachment.html>


More information about the Tutor mailing list