"Tim Peters" <[EMAIL PROTECTED]> writes:
> In 2.5 `file` is unchanged but `open` becomes a function:
> 
> >>> file
> <type 'file'>
> >>> open
> <built-in function open>

So which one are we supposed to use? 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to