Memory error due to big input file

Aaron Scott aaron.hildebrandt at gmail.com
Mon Jul 13 17:20:13 EDT 2009


> BTW, you should derive all your classes from something.  If nothing
> else, use object.
>   class textfile(object):

Just out of curiousity... why is that? I've been coding in Python for
a long time, and I never derive my base classes. What's the advantage
to deriving them?



More information about the Python-list mailing list