#4485: notebook -- implicit multiplication is broken in the notebook but works
on
the command line (sage-3.1.4)
----------------------+-----------------------------------------------------
Reporter: was | Owner: boothby
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.1
Component: notebook | Keywords:
----------------------+-----------------------------------------------------
On the command line in sage-3.1.4:
{{{
sage: implicit_multiplication(True)
sage: 3x
3*x
}}}
In the Sage notebook using exactly the same version of Sage (in fact, on
sagenb.org):
{{{
sage: implicit_multiplication(True)
sage: 3 x
line 4
_sage_const_3 x
^
SyntaxError: invalid syntax
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4485>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---