Hello Maxime, 2012/4/14 Maxime Petazzoni <[email protected]>: > You don't need this here because of the with statement, which will > always call f.__exit__() (which calls f.close()) even if the with block > throws an exception.
OK, thank you for the review and the comments. Best regards, d.
