Find an Item in a Sorted List

HankC hankc at nospam.com
Tue Feb 26 18:53:27 EST 2002


On Tue, 26 Feb 2002 23:50:58 GMT, hankc at nospam.com (HankC) wrote:

I wrote:

dataline = filter(Match, eodflist)

should be:

dataline = filter(Match, flist)

Sorry ;)



More information about the Python-list mailing list