On Mon, Jan 27, 2014 at 10:13 PM, Georgi Guninski <[email protected]> wrote:
> Dear sir or madam,
>
> How to cancel alarm in BOTH sage 5.12 AND 5.13?
>
> cancel_alarm() works only in 5.13
> alarm(0) works only in 5.12 (and maybe earlier)

Maybe


try:
    cancel_alarm()
except:
    alarm(0)

??

>
> My client needs portable code on linux.
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to