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", "credits" or "license" for more information. >>> x = '\u0027' >>> x '\\u0027' >>> The default behavior is to call repr on the return value of the last line (if not None), yes? If so, this is consistent. If not, what? Should we call print instead of repr? (then, I believe it's a feature request) On Mon, 21 Jul 2008, William Stein wrote: > > 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 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---