[Python-3000] iostack and Oh Oh

Bill Janssen janssen at parc.com
Fri Dec 1 02:08:05 CET 2006


> Bill Janssen wrote:
> > So file.readlines() would return an iterable, then?
> 
> I wasn't thinking of having a file.readlines(), just
> a stand-alone function. I'd like to see the file
> object's interface made quite minimal in Py3k.
> 
> --
> Greg

Where would the standalone function live?  How would it be associated
with whatever open() returns?

Bill


More information about the Python-3000 mailing list