Ticket #216 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

cpaste improvement

Reported by: stefanv Assigned to: vivainio
Priority: normal Milestone: 0.9.0
Component: ipython Version:
Severity: normal Keywords:
Cc:

Description

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.

Attachments

ipython_cpaste.patch (0.9 kB) - added by stefanv on 02/01/08 06:58:53.
test_cpaste.ipy (1.3 kB) - added by stefanv on 02/01/08 06:59:54.

Change History

02/01/08 06:58:53 changed by stefanv

  • attachment ipython_cpaste.patch added.

02/01/08 06:59:54 changed by stefanv

  • attachment test_cpaste.ipy added.

02/20/08 16:07:19 changed by vivainio

  • status changed from new to assigned.
  • owner changed from fperez to vivainio.

02/20/08 16:20:26 changed by vivainio

  • status changed from assigned to closed.
  • resolution set to fixed.