"William Stein" <[EMAIL PROTECTED]> writes:

> I've released sage-2.8.4.1, which is a very minor bugfix release:

Builds fine on Mac OS X 10.4.10, Intel Core 2 Duo:

real    77m24.900s
user    48m46.842s
sys     24m24.761s
...
SAGE build/upgrade complete!

All tests run by "make test" pass.

But "sage -t" reports lots of errors, and spent an hour or two in

  sage -t  devel/doc-2.8.4.1/ref/sage.misc.trace.tex

before I killed it.  If these errors are surprising, let me know and
I'll include some of the output.  These tests also popped up lots of
Preview windows containing images, which was a little disruptive since I
was trying to do something else while they ran.

Also, the change to allow a root account wasn't here.  The patch is
below.  Now I can claim to have contributed -3 lines of code to sage!
:-)  With this change, I can access my old worksheets.

Dan

--- notebook.py.orig 2007-08-27 20:28:41.000000000 -0400
+++ notebook.py 2007-09-09 21:23:51.000000000 -0400
@@ -186,9 +186,6 @@
             email -- the email address
             account_type -- one of 'user', 'admin', or 'guest'
         """
-        if username == 'root':
-            raise ValueError, "The 'root'' account is banned."
-        
         if not self.get_accounts() and not force:
             raise ValueError, "creating new accounts disabled."
                                  


--~--~---------~--~----~------------~-------~--~----~
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to