How to call a file

Yves Dorfsman yves at zioup.com
Sun May 11 18:32:54 EDT 2008


Gary Herron wrote:

> First of all, some terminology: You are not *calling* a file, you are 
> *opening* it or reading.

Wouldn't it be more correct to say that, in python, you either create a file 
object, or call a method for that object, once the object has been created ?



Yves.



More information about the Python-list mailing list