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

2011-06-19 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

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

2011-06-19 Thread Burcin Erocal
On Sat, 18 Jun 2011 23:08:27 -0700 Jason Grout jason-s...@creativetrax.com wrote: 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 .