Re: Comparing modified elements in Sets

2007-07-10 Thread Asun Friere
On Jul 10, 5:57 am, [EMAIL PROTECTED] wrote: > I'd like to be able to compare set 1 with set 2 and have it match > filename1 and filename3, or compare set 1 with 3 and get back > filename1, filename2. etc. > > Is there a way for me to do this inside the compare function, rather > than having to ma

Re: Comparing modified elements in Sets

2007-07-09 Thread dabu11et
On Jul 9, 2:57 pm, [EMAIL PROTECTED] wrote: > I've got a set with contents like: [filename1.mp3, filename2.mp3, > filename3.mp3, ...] > I've got another set with contents like [filename1.ogg, > filename3.ogg, ...] > And another set with contents like [filename1, filename 2, ...] > > I'd like to be

Re: Comparing modified elements in Sets

2007-07-09 Thread Steven D'Aprano
On Mon, 09 Jul 2007 19:57:14 +, ChrisEdgemon wrote: > I've got a set with contents like: [filename1.mp3, filename2.mp3, > filename3.mp3, ...] > I've got another set with contents like [filename1.ogg, > filename3.ogg, ...] > And another set with contents like [filename1, filename 2, ...] > > I

Comparing modified elements in Sets

2007-07-09 Thread ChrisEdgemon
I've got a set with contents like: [filename1.mp3, filename2.mp3, filename3.mp3, ...] I've got another set with contents like [filename1.ogg, filename3.ogg, ...] And another set with contents like [filename1, filename 2, ...] I'd like to be able to compare set 1 with set 2 and have it match filena