hlep: a text search and rename question

James Stroud jstroud at mbi.ucla.edu
Mon Jan 12 06:17:14 EST 2009


James Stroud wrote:
> cue = iter(open('CDImage.cue').readlines())

It just occurred to me that this could simply be:

cue = open('CDImage.cue')

James


-- 
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com



More information about the Python-list mailing list