Dispose pattern: Difference between revisions

Content deleted Content added
Correct C file handling description and code, add reference.
Tags: Mobile edit Mobile web edit
Line 50:
<source lang="python">
def func(filename):
f = open(filename~)
if a: return x
f.close()