In article <[email protected]> Chris Angelico <[email protected]> wrote: >If order and duplicates matter, then you want a completely different >diff. I wrote one a while back, but not in Python. ...
If order and duplicates matter, one might want to look into difflib. :-) -- In-Real-Life: Chris Torek, Wind River Systems Salt Lake City, UT, USA (40°39.22'N, 111°50.29'W) +1 801 277 2603 email: gmail (figure it out) http://web.torek.net/torek/index.html
-- http://mail.python.org/mailman/listinfo/python-list
