[sage-support] Re: time bug?

2008-11-04 Thread William Stein
On Tue, Nov 4, 2008 at 7:40 AM, Georg [EMAIL PROTECTED] wrote: Hi, using sage 3.1.3, the following works fine: sage: def fun(time = 5): : time = RDF(time) : return time : sage: fun(3) 3.0 if you write this function into a script called 'time.sage', loading this

[sage-support] Re: time bug?

2008-11-04 Thread Georg
That definitely looks like a bug in the preparser. Do report it to trac. William Do you mean that I should report it to trac? If yes, no problem, I just never did it, no experience, what priority? what milestone? shall I choose? Georg

[sage-support] Re: time bug?

2008-11-04 Thread William Stein
On Tue, Nov 4, 2008 at 8:52 AM, Georg [EMAIL PROTECTED] wrote: That definitely looks like a bug in the preparser. Do report it to trac. William Do you mean that I should report it to trac? Sure. If yes, no problem, I just never did it, no experience, Oops, I didn't realize you