#7483: notebook: weird pointless line
------------------------+---------------------------------------------------
   Reporter:  was       |       Owner:  boothby 
       Type:  defect    |      Status:  new     
   Priority:  major     |   Milestone:  sage-4.3
  Component:  notebook  |    Keywords:          
Work_issues:            |      Author:          
   Reviewer:            |      Merged:          
------------------------+---------------------------------------------------

Comment(by was):

 I think I meant
 {{{
 input = 'exec
 _support_.preparse(base64.b64decode("%s"))'%base64.b64encode(input)
 }}}
 and to get rid of preparsing input at all done by the server.  In fact, I
 know for a fact I implemented things that way so that this wouldn't be
 broken:
 {{{
 implicit_multiplication(True)
 ///
 Traceback (most recent call last):
 ...
 NotImplementedError: Implicit multiplication not implemented for the
 notebook.
 }}}

 But now it seems to be broken again.

 I can only conclude that a serious mismerge or mangling has occurred to
 the code I originally wrote, since I definitely had the above working in
 an earlier version of sagenb.

 Hence, this ticket.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7483#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--

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].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=.


Reply via email to