> 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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
