naive question about tracebacks

Erik Max Francis max at alcyone.com
Thu Feb 20 08:20:15 EST 2003


Tim Peters wrote:

> Both kinds of implementations do what's most natural for them
> (notwithstanding that either *could* do what the other does instead,
> at the
> cost of more fiddling).

Note that "traceback" isn't even of itself a particularly unique name
for this; in gdb, the way to get a view of the call stack is via the
command "bt," which is short for "backtrace."  What's a little
agglutination swapping between friends?

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ It's better to be quotable than to be honest.
\__/ Tom Stoppard
    Crank Dot Net / http://www.crank.net/
 Cranks, crackpots, kooks, & loons on the Net.




More information about the Python-list mailing list