[Ipython-tickets] [IPython] #216: cpaste improvement
IPython
ipython-tickets@scipy....
Fri Feb 1 06:58:31 CST 2008
#216: cpaste improvement
---------------------+------------------------------------------------------
Reporter: stefanv | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone: 0.9.0
Component: ipython | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
E-mail clients often quote using '> > >' instead of '>>>'. The attached
patch allows these lines to be pasted using cpaste, as well as properly
handling IPython pasted, e.g
{{{
> > > some_code
In [24]: some_code
}}}
Also see attached tests.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/216>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list