On 3/7/12 5:53 AM, Nicolas M. Thiery wrote:
> On Tue, Mar 06, 2012 at 02:26:15PM -0800, Anne Schilling wrote:
>> Is there any volunteer to review
>>
>> http://trac.sagemath.org/sage_trac/ticket/12536 ?
>
> I guess I should take on that task since we already discussed it quite
> some.
Thank you!
On Thu, Mar 08, 2012 at 11:33:28AM -0300, Vincent Delecroix wrote:
> At no point Sage is doing conversion. Sage parser (and then the
> interpreter) interprets numbers,like 4, as a Sage Integer. It applies
> also for ".sage" files for which sage interpreter is used. But if you
> write 4 in a py file
Hello,
> wrote:
>> Hmm, more cans of worms ... I definitely want the elements of
>> IntegerRange(5) to be Sage integers:
>>
>> sage: IntegerRange(3).an_element().parent()
>> Integer Ring
>>
>> Now the coercion int->Integer is so straightforward that I could be
>> convinced to accep
On Mar 7, 3:04 pm, "Nicolas M. Thiery"
wrote:
> Hmm, more cans of worms ... I definitely want the elements of
> IntegerRange(5) to be Sage integers:
>
> sage: IntegerRange(3).an_element().parent()
> Integer Ring
>
> Now the coercion int->Integer is so straightforward that I could b