#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:
------------------------+---------------------------------------------------
In worksheet.py (at the end of {{{start_next_comp(self)}}}) in sagenb we
have these lines:
{{{
self.__comp_is_running = True
'exec
_support_.preparse(base64.b64decode("%s"))'%base64.b64encode(input)
self.sage().execute(input, os.path.abspath(self.data_directory()))
}}}
That 'exec ' line in the middle is just sitting there making a string that
is just discareded!?!?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7483>
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=.