F.readline

Robert Kern rkern at ucsd.edu
Thu May 5 19:46:38 EDT 2005


Alex Nordhus wrote:
> Having some trouble with f.readline and python. Specifically looking for
> the command to tell it to go and read a specific line.

There is no such command built in. You will have to build it yourself 
out of the components that are available.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list