[Ipython-tickets] [IPython] #201: IPython does not handle unicode at continuation prompt

IPython ipython-tickets@scipy....
Thu Dec 13 10:59:40 CST 2007


#201: IPython does not handle unicode at continuation prompt
---------------------+------------------------------------------------------
 Reporter:  jinks    |        Owner:  fperez
     Type:  defect   |       Status:  new   
 Priority:  normal   |    Milestone:        
Component:  ipython  |      Version:        
 Severity:  major    |   Resolution:        
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by tiago):

 The problem is the readline library is receiving a unicode object when in
 continuation prompt, and it wants a string object. I'm attaching a one-
 line patch which solves the problem for me.

 Tiago.

-- 
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/201#comment:1>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list