Hans Meine wrote:

-        self.file   = file
I wonder why that worked, some global "file" symbol must've been lurking
file is a built-in in Python, for opening files.. (same as open() iirc), i.e. a funny accident there

In [1]: file?
Type:           type
Base Class:     <type 'type'>
String Form:    <type 'file'>
Namespace:      Python builtin
Docstring:
   file(name[, mode[, buffering]]) -> file object
(...)
   Note:  open() is an alias for file().

~Toni


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to