[EMAIL PROTECTED] wrote: > Suggest keeping it simple: > > def use_file(): > return open(options.filename).readlines() > > m >
Very cool.. Didn't know you could do that. -- http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote: > Suggest keeping it simple: > > def use_file(): > return open(options.filename).readlines() > > m >
Very cool.. Didn't know you could do that. -- http://mail.python.org/mailman/listinfo/python-list