#7249: switch the notebook's templating system to Jinja2
---------------------------+------------------------------------------------
   Reporter:  ddrake       |       Owner:  boothby             
       Type:  enhancement  |      Status:  needs_review        
   Priority:  major        |   Milestone:  sage-4.3.1          
  Component:  notebook     |    Keywords:                      
Work_issues:               |      Author:  Tim Dumol, Dan Drake
   Upstream:  N/A          |    Reviewer:  Mitesh Patel        
     Merged:               |  
---------------------------+------------------------------------------------
Changes (by mpatel):

  * reviewer:  => Mitesh Patel


Comment:

 In `notebook.py`, should `hunk = encoded_str(hunk)` be `hunk =
 unicode_str(hunk)`?

 In `Cell.__init__`, can we simplify
 `self.set_input_text(str(input).replace('\r',''))`?

 In `twist.py`, do we need to call `unicode_str` on the incoming input?
 The constructors and `set_input_text` do this.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7249#comment:15>
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].
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.


Reply via email to