Hi,

while looking for code to doctest Mike Hansen came across sage/libs/
pari/functional.py It is a file with 191 one line functions that
attempt to do things like the following:

   def FOO(x): return pari(x).FOO()

There is no user of the code, the only file that imports it is bg.py
which is another file that looks like something that got abandoned.
The import in bg.py is also broken. So we ended up deleting both files
since

 a) the code is broken
 b) there are no users
 c) the code even if it worked would have never passed review would it
be submitted now
 d) the code is unchanged since early 2006, i.e. except for a one line
addition it is unchanged since *0.10.12*

So if anybody has any use of the code please let us know. For now the
code is gone and resubmitting it for inclusion will require a
substantial amount of work.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to