Re: [Numpy-discussion] integer division rule changed

2010-03-22 Thread Charles R Harris
On Mon, Mar 22, 2010 at 4:11 PM, Alan G Isaac wrote: > On 3/13/2010 8:57 PM, Charles R Harris wrote: > > I suspect the change was made, whenever that was, in order to conform to > > python. > > So is there an actual polcy? When C99 behavior > and Python behavior differ, will NumPy follow > Python

Re: [Numpy-discussion] integer division rule changed

2010-03-22 Thread Alan G Isaac
On 3/13/2010 8:57 PM, Charles R Harris wrote: > I suspect the change was made, whenever that was, in order to conform to > python. So is there an actual polcy? When C99 behavior and Python behavior differ, will NumPy follow Python as a *rule*? Thanks, Alan Isaac _