Re: Strange sorting error message

2006-10-06 Thread Neil Cerutti
On 2006-10-06, hanumizzle <[EMAIL PROTECTED]> wrote: > On 10/5/06, Neil Cerutti <[EMAIL PROTECTED]> wrote: > >> It was a joke, based on you hiding what you are doing, he decided >> to hide the solution to your problem. Get it? > > What if it was for a proprietary software of some kind? It wasn't s

Re: Strange sorting error message

2006-10-06 Thread hanumizzle
On 10/5/06, Neil Cerutti <[EMAIL PROTECTED]> wrote: > It was a joke, based on you hiding what you are doing, he decided > to hide the solution to your problem. Get it? What if it was for a proprietary software of some kind? -- Theerasak -- http://mail.python.org/mailman/listinfo/python-list

Re: Strange sorting error message

2006-10-06 Thread Fredrik Lundh
Steve Holden wrote: > Even when it smacks you in the face, apparently. Anyway, I'm sorry if > you thought I was getting at you in any way. Just trying to amuse the > group ... time to reinstate mandatory use of the tag ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Strange sorting error message

2006-10-05 Thread Steve Holden
Dustan wrote: > Neil Cerutti wrote: > >>On 2006-10-05, Dustan <[EMAIL PROTECTED]> wrote: >> >>>Steve Holden wrote: >>> Dustan wrote: >I'm hiding some of the details here, because I don't want to >say what I'm actually doing. >[...] I have the answer to your problem bu

Re: Strange sorting error message

2006-10-05 Thread Dustan
Neil Cerutti wrote: > On 2006-10-05, Dustan <[EMAIL PROTECTED]> wrote: > > > > Steve Holden wrote: > >> Dustan wrote: > >> > I'm hiding some of the details here, because I don't want to > >> > say what I'm actually doing. > >> > [...] > >> > >> I have the answer to your problem but I don't actuall

Re: Strange sorting error message

2006-10-05 Thread Neil Cerutti
On 2006-10-05, Dustan <[EMAIL PROTECTED]> wrote: > > Steve Holden wrote: >> Dustan wrote: >> > I'm hiding some of the details here, because I don't want to >> > say what I'm actually doing. >> > [...] >> >> I have the answer to your problem but I don't actually want to >> tell you what it is. > > T

Re: Strange sorting error message

2006-10-05 Thread Dustan
Steve Holden wrote: > Dustan wrote: > > I'm hiding some of the details here, because I don't want to say what > > I'm actually doing. > > [...] > > I have the answer to your problem but I don't actually want to tell you > what it is. That's great, seeing as I already figured out the answer, as I

Re: Strange sorting error message

2006-10-03 Thread Steve Holden
Dustan wrote: > I'm hiding some of the details here, because I don't want to say what > I'm actually doing. > [...] I have the answer to your problem but I don't actually want to tell you what it is. regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd

Re: Strange sorting error message

2006-10-03 Thread Dustan
Diez B. Roggisch wrote: > Dustan schrieb: > > I'm hiding some of the details here, because I don't want to say what > > I'm actually doing. > > > I have a special-purpose class with a __cmp__ method all set up and > > ready to go for sorting. Then I have a special class that is based on > > the bu

Re: Strange sorting error message

2006-10-03 Thread Diez B. Roggisch
Dustan schrieb: > I'm hiding some of the details here, because I don't want to say what > I'm actually doing. > I have a special-purpose class with a __cmp__ method all set up and > ready to go for sorting. Then I have a special class that is based on > the builtin type list (though I didn't actua

Strange sorting error message

2006-10-03 Thread Dustan
I'm hiding some of the details here, because I don't want to say what I'm actually doing. I have a special-purpose class with a __cmp__ method all set up and ready to go for sorting. Then I have a special class that is based on the builtin type list (though I didn't actually inherit list; I probab