On Mon, 15 Jan 2007 14:41:05 -0800, Fernando Perez <[EMAIL PROTECTED]> wrote:
On 1/15/07, William Stein <[EMAIL PROTECTED]> wrote:
Hello,
I've made a list of all known serious fixable interesting bugs
in SAGE-1.6.1 here:
http://sage.math.washington.edu:9002/sage_trac/milestone/sage-1.8
These are bugs that are not frivolous, and in most cases have some mathematical
content. The goal is to fix them all before sage-2.0 (which is due in less than
two weeks). My question for you is this: do you know of any such bugs not
listed
there that are still in sage-1.6.1? If so, PLEASE REPORT THEM!
I just had a look at:
http://sage.math.washington.edu:9002/sage_trac/ticket/130
and I can't see that behavior in a normal, current, non-sage ipython:
That's correct. It's entirely a SAGE/IPython integration problem. The
problem doesn't appear with the Ipython included in SAGE, which one gets
by doing
sage -ipython
I actually did remark on that page this very thing (on 1/12/2007).
In [1]: for i in range(1,3):
...: print i
...:
1
2
In [2]: for i in range(1,3):
print i
...: print 'done'
...:
...:
1
done
2
done
I tried to login to trac to append this to the ticket, but I couldn't.
I used my sage.math.washington username and password (which work
fine over ssh) but it would not log me in.
The trac server doesn't use the sage.math /etc/shadow credentials.
You have to get an account from me. Off list -- email me what password
you want -- the accounts are just to prevent trac spam.
Are you using a current ipython? If you are, then the problem is some
interaction between ipython and sage which we'll need to sort out.
I'll be happy to look into it over the next few days.
it definitely is, and we'll definitely sort it out. Many thanks for
your help.
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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/
-~----------~----~----~----~------~----~------~--~---