]> granicus.if.org Git - python/commit
Change traceback error message to "most recent call last" from
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 00:39:23 +0000 (00:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 00:39:23 +0000 (00:39 +0000)
commit6d10887cdc6ac975bf4a62fc62e919c20b319d5b
treee06d0edd023bb42ab32ca8fd7950ec65a4498e40
parentffc0f4fb3624fb66e6622bd0c8db215b5693ef5e
Change traceback error message to "most recent call last" from
"innermost last".  The latter was mysterious to newbies.
Python/traceback.c