iter(lambda:f.read(8192),'')

gert gert.cuykens at gmail.com
Sun Feb 24 06:11:26 EST 2008


what is the difference between iter(lambda:f.read(8192), ') and
iter(f.read(8192),'') ?



More information about the Python-list mailing list