Do I need to close the file in this case?  Why or why not?

for line in file('foo', 'r'):
  print line

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to