Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-23 Thread Francois Bissey
> > On Fri, Apr 22, 2011 at 06:08:08AM +1200, Francois Bissey wrote: > > >I'll leave the patch to you! Thanks for taking care of that. > > > > http://trac.sagemath.org/sage_trac/ticket/11236 > > Thanks, building right now. Could you have a look at the two small > patches I posted in #9958? I

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-21 Thread Francois Bissey
> On Fri, Apr 22, 2011 at 06:08:08AM +1200, Francois Bissey wrote: > >I'll leave the patch to you! Thanks for taking care of that. > > http://trac.sagemath.org/sage_trac/ticket/11236 > Thanks, building right now. Could you have a look at the two small patches I posted in #9958? I am not seeki

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-21 Thread Nicolas M. Thiery
On Fri, Apr 22, 2011 at 06:08:08AM +1200, Francois Bissey wrote: >I'll leave the patch to you! Thanks for taking care of that. http://trac.sagemath.org/sage_trac/ticket/11236 Cheers, Nicolas -- Nicolas M. Thiéry "Isil" http://Nicolas.Thiery.name/ -- To post

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-21 Thread Francois Bissey
> On Thu, Apr 21, 2011 at 10:05:58PM +1200, Francois Bissey wrote: > >> Does hitting Enter again not do it? > >> David > > > >No! huu it didn't earlier this afternoon for some reason. > >I had an ipython message. Never mind so I do what Nicolas asked: > >sage: class CCl

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-21 Thread Nicolas M. Thiery
On Thu, Apr 21, 2011 at 10:05:58PM +1200, Francois Bissey wrote: >> Does hitting Enter again not do it? >> David >> > >No! huu it didn't earlier this afternoon for some reason. >I had an ipython message. Never mind so I do what Nicolas asked: >sage: class CCls(Parent):

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-21 Thread Francois Bissey
> Does hitting Enter again not do it? > David > No! huu it didn't earlier this afternoon for some reason. I had an ipython message. Never mind so I do what Nicolas asked: sage: class CCls(Parent): : def __eq__(self, other): : return True : sage: x = CCls()

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-20 Thread David Roe
Does hitting Enter again not do it? David On Wed, Apr 20, 2011 at 22:04, Francois Bissey < francois.bis...@canterbury.ac.nz> wrote: > > On Wed, Apr 20, 2011 at 06:41:26PM -0700, François wrote: > > > > This test reduces to: > > > > > > > > sage: class CCls(Parent): > > > > ... def

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-20 Thread Francois Bissey
> On Wed, Apr 20, 2011 at 06:41:26PM -0700, François wrote: > > > This test reduces to: > > > > > > sage: class CCls(Parent): > > > ... def __eq__(self, other): > > > ... return True > > > sage: x = CCls() > > > sage: x == None > > > True > > > > > > and I

Re: [sage-devel] Re: progress on sage on python-2.7

2011-04-20 Thread Nicolas M. Thiery
On Wed, Apr 20, 2011 at 06:41:26PM -0700, François wrote: > > This test reduces to: > > > >     sage: class CCls(Parent): > >     ...       def __eq__(self, other): > >     ...           return True > >     sage: x = CCls() > >     sage: x == None > >     True > > > > and I assume you get False ins

[sage-devel] Re: progress on sage on python-2.7

2011-04-20 Thread François
On Apr 20, 8:26 pm, "Nicolas M. Thiery" wrote: > On Fri, Apr 15, 2011 at 12:40:20PM +1200, Francois Bissey wrote: > > After a small number of patch (#11156 from Nicolas M. Thiery, and 2 in > > #9958, one of which is from my friend Steve Trogdon) we have a clear view > > of what needs to be fixed