The tutorial says that I should use "with open" to close the file handle
properly.  The reference documentation for urlopen mentions that the handle
returned is like a file handle but the code samples below do not bother to
close the handle at all. Isn’t it inconsistent?
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to