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:

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.

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.

Cheers,

f

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to