[sage-devel] Re: No module named floor

2011-06-18 Thread leif
On Jun 18, 8:20 am, Jason Grout wrote: > On 6/17/11 11:05 PM, Kiran Kedlaya wrote: > > > (which lives on a 32-bit network and thus is a source of many bug > > reports) > > I'm curious: what is a 32-bit network? An IPv4 network? ;-) -leif -- To post to this group, send an email to sage-devel@go

[sage-devel] Re: Iterator appears to be broken in 4.7

2011-06-18 Thread Jason Grout
On 6/18/11 10:59 PM, Ars-Magna wrote: Hi all, I noticed that in the 4.6.2 one has the following expected behavior sage: list(x.iterator()) [] where as in 4.7 sage: list(x.iterator()) ValueError . Is it just my machine or any one else observed this behavior I wanted to confirm before creating

[sage-devel] Iterator appears to be broken in 4.7

2011-06-18 Thread Ars-Magna
Hi all, I noticed that in the 4.6.2 one has the following expected behavior sage: list(x.iterator()) [] where as in 4.7 sage: list(x.iterator()) ValueError . Is it just my machine or any one else observed this behavior I wanted to confirm before creating a Ticket. Best Regards, -- To post to

[sage-devel] Re: New milestone "sage-wait"

2011-06-18 Thread leif
On Jun 14, 7:49 pm, Jeroen Demeyer wrote: > On 2011-06-10 18:22, Robert Bradshaw wrote:> Maybe pending? Is this for > positively reviewed tickets? > [...] > > Is "needs-info" insufficient. > > I think that "needs_info" means something different and is actually > quite close to "needs_work".  Fo

[sage-devel] Re: pointless wiki page?

2011-06-18 Thread leif
On Jun 17, 12:39 pm, "Dr. David Kirkby" wrote: > On 06/17/11 07:30 AM, Kelvin Li wrote: > > > On Jun 16, 3:05 pm, Keshav Kini  wrote: > >> I would say no, but it looks like it was created by David Kirkby, who > >> generally is someone who knows what he's doing... > > > ... which is exactly what pu

[sage-devel] Re: pointless wiki page?

2011-06-18 Thread Kelvin Li
On Jun 17, 3:39 am, "Dr. David Kirkby" wrote: > > I did create it. There was some page on the Wiki which linked to it, but the > link was broken. So I just created the link. I could not be bothered to > explain > what a complex number is, so just put a couple of links and left it as that. > > Fee

Re: [sage-devel] Where should Fourier sum stop?

2011-06-18 Thread David Joyner
On Sat, Jun 18, 2011 at 6:22 AM, David Joyner wrote: > On Fri, Jun 17, 2011 at 8:25 PM, Andrey Novoseltsev > wrote: >> Hello, >> >> There is a discrepancy between the documentation and behaviour of >> partial sums of Fourier series: >> http://trac.sagemath.org/sage_trac/ticket/8603 >> >> If the

Re: [sage-devel] Where should Fourier sum stop?

2011-06-18 Thread David Joyner
On Fri, Jun 17, 2011 at 8:25 PM, Andrey Novoseltsev wrote: > Hello, > > There is a discrepancy between the documentation and behaviour of > partial sums of Fourier series: > http://trac.sagemath.org/sage_trac/ticket/8603 > > If the cut-off parameter is N, then the documentation says that N-th > te

[sage-devel] Re: placeholders in __init__.py

2011-06-18 Thread Simon King
Hi Mike, hi Keshav On 18 Jun., 00:00, Mike Hansen wrote: > On Fri, Jun 17, 2011 at 2:55 PM, Keshav Kini wrote: > > I asked some guys in #mercurial and they said they'd never heard of > > repository corruption from empty files or mercurial not being able to commit > > empty files. What's the reas