On 3/30/06, *Sullivan Zheng* <[EMAIL PROTECTED]> wrote:
 >     Wow, seems I am not that supid. Why python does not include this
 >     function in the file object. It is almost a tradition in other
 >     languages...

 >     really not elegant or OO.

A file isn't an object.

You can get a "file object" by opening a file (on disk), but it
doesn't make much sense to have to open a file just to see how big it
is.
--
Benji York
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to