History out of sync

Bug #237836 reported by Ville M. Vainio
2
Affects Status Importance Assigned to Milestone
IPython
Incomplete
Low
Unassigned

Bug Description

Translated and raw history sometimes get out of sync when editing multiline blocks (linux)

Example:

16:
for f in fs.grep('.svn'):
    _ip.system("rm -i $f")

17: for f in fs.grep('.svn'):
18:
    _ip.system("rm -i -f $f")

And raw history:

16:
for f in fs.grep('.svn'):
    rm $f
17:
for f in fs.grep('.svn'):
    rm -f $f

Revision history for this message
Brian Granger (ellisonbg) wrote :

Can someone provide an example that exhibits this behavior but that doesn't involve removing files. Does the failure only show up with using $ string interpolation?

Changed in ipython:
importance: Undecided → Low
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.