Python Fermer Gile
with open(filename) as f:
#use file
#close file
f.close()
Underlyingglitch
with open(filename) as f:
#use file
#close file
f.close()
fileObject.close()