[sage-devel] Re: bug: double escaping of quotes

2008-07-21 Thread boothby
Either this is a python bug, "user error", or a feature request. I don't think this is a problem with the notebook. [EMAIL PROTECTED]:~$ sage -python Python 2.5.1 (r251:54863, Nov 9 2007, 07:54:29) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type "help", "copyright", "credit

[sage-devel] Re: bug: double escaping of quotes

2008-07-21 Thread William Stein
On Wed, Jul 16, 2008 at 3:42 AM, Mats <[EMAIL PROTECTED]> wrote: > > bug report: > > Using notebook mode. > > Problem: > cell input: '\'' > output: '\\u0027' > expected output: '\u0027' > > Sincerely, > Mats Thanks. This is now http://trac.sagemath.org/sage_trac/ticket/3692 William --~--~-