[IPython-dev] %hist -t now default again (instead of raw history)

Ville M. Vainio vivainio at gmail.com
Tue Aug 21 14:36:31 EDT 2007


A heads up for svn users: the default history is again the translated
one. Raw history has a number of broken corner cases as far as
numbering goes, and I figured %hist -t is much more predictable, at
least for as long as we get the raw history fixed for good.

My current idea: abandon the idea of using raw history as a list, and use a dict
{
linenum, 'line contents',
linenum2, 'another line '
}

instead.

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'



More information about the IPython-dev mailing list