On 24 June 2010 15:34, Chris <g.nius...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to