[Ipython-tickets] [IPython] #176: Raw history gets off sync with macro invocations

IPython ipython-tickets@scipy....
Wed Aug 1 08:42:18 CDT 2007


#176: Raw history gets off sync with macro invocations
----------------------+-----------------------------------------------------
 Reporter:  vivainio  |       Owner:  vivainio
     Type:  defect    |      Status:  new     
 Priority:  high      |   Milestone:  0.9.0   
Component:  ipython   |     Version:          
 Severity:  normal    |    Keywords:          
----------------------+-----------------------------------------------------
 This is with svn version

 From raw history:
 {{{
 1 : cd -b team
 2 : d
 3 : bb
 4 : cd group/
 }}}

 From translated history:
 {{{
 1 : _ip.magic("cd -b team")
 2 : _ip.system(r"c:\cygwin\bin\ls.exe -F --color=auto ")
 3 : bb()
 4 : _ip.system("bldmake bldfiles")
 5 : _ip.magic("cd group/")
 }}}

-- 
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/176>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list