On Sun, Jun 14, 2009 at 2:20 PM, David Joyner<wdjoy...@gmail.com> wrote:
> +1 > I like the "as" method
> http://home.scarlet.be/be052320/Unum_tutorial.html#_Toc68111424

"as" is going to be a keyword in Python 2.6 so this will actually have
to be changed.  It makes sense to do it before it's in Sage since it
will break code.

> Note that the license is GPLv2, not GPLv2+,
> http://home.scarlet.be/be052320/license.txt
> Maybe someone should contact the package author about that
> before a definite move is made?

All of the license statements on the source code itself are GPLv2+.

There are also a few changes that should to be done such as something like

try:
   from sage.all import Integer
   ONE = Integer(1)
except ImportError:
   ONE = 1.0

so that it plays nicer with exact arithmetic.

--Mike

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to