Re: [sage-devel] Portability question...

2010-06-08 Thread Florent Hivert
On Mon, Jun 07, 2010 at 05:12:55PM -0700, Justin C. Walker wrote: > > On Jun 7, 2010, at 06:12 , Florent Hivert wrote: > >> Hi there, >> >> I've question concerning handling of hash value vs portability. Is sage >> developer guide manual one can read: >> >>Here is the definition of __has

Re: [sage-devel] Portability question...

2010-06-07 Thread Justin C. Walker
On Jun 7, 2010, at 06:12 , Florent Hivert wrote: Hi there, I've question concerning handling of hash value vs portability. Is sage developer guide manual one can read: Here is the definition of __hash__ from the Python reference manual. Called for the key object for di

Re: [sage-devel] Portability question...

2010-06-07 Thread Florent Hivert
On Mon, Jun 07, 2010 at 02:37:27PM -0700, Robert Bradshaw wrote: > On Jun 7, 2010, at 6:12 AM, Florent Hivert wrote: > >> Hi there, >> >> I've question concerning handling of hash value vs portability. Is sage >> developer guide manual one can read: >> >>Here is the definition of __hash_

Re: [sage-devel] Portability question...

2010-06-07 Thread Robert Bradshaw
On Jun 7, 2010, at 6:12 AM, Florent Hivert wrote: Hi there, I've question concerning handling of hash value vs portability. Is sage developer guide manual one can read: Here is the definition of __hash__ from the Python reference manual. Called for the key object for di