xreadlines( )
This method returns the same thing as iter(f). New in version 2.1.
iter(f)
Deprecated since release 2.3. Use "for line in file" instead.