[sage-support] Re: coercion does work in 4.5.2, does not work in 4.6(.2)

2011-05-03 Thread Nils Bruin
On May 3, 7:23 pm, Nils Bruin wrote: > See a.log_to_int? for help. ... which says "Use int(self) to directly get a Python int." so it looks like you have found a bug in the documentation! You help the project if you would file a report and you would really help if you'd also include the fix (dele

[sage-support] Re: coercion does work in 4.5.2, does not work in 4.6(.2)

2011-05-03 Thread Nils Bruin
On May 3, 3:28 pm, eggartmumie wrote: > Hi, > > as a newbie I am rather irritated about coercion working in 4.5.2 and > not working in 4.6. > In 4.5.2 the following works nicely and up to expectation > > F.=GF(2^4); > for i in range(15): >     a = x^i; print a,'with integer representation', int(a)