Re: More List Comparison Help

2006-08-21 Thread Bucco
Nevermind. I found my own error. I referenced the input values instead of the class object self. That is what I get for staring at the code too long. Thanks:) SA -- http://mail.python.org/mailman/listinfo/python-list

More List Comparison Help

2006-08-21 Thread Bucco
I have taken into advice what was mentioned earlier, but I have run into a snag in which I am getting the wrong output from my class. > python matchlist.py ./test ./test/list.txt output: ['list.txt', 'test1.txt', 'test2.txt'] set(['test1']) ['', '/', 't', 'e', 's', 't'] The first line of output c