On Sun, Jul 18, 2010 at 2:24 AM, Richard D. Moores <rdmoo...@gmail.com> wrote: > Alan, > > I should have added that file.seek and file.read don't show in the 3.x > docs either. >
You just need to know where to look: http://docs.python.org/py3k/library/io.html#io.IOBase.tell read and seek are in there as well. There is no more file class in 3.x, the io module takes care of all that. The documentation for the open() function mentions all of this. Hugo _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor