commit | 6ac258d381b5300e3ec935404a111e8dff4617d4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed May 12 08:24:20 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed May 12 08:24:20 1993 +0000 |
tree | 476a8c807f8f91cc5c259af586b3470201a9c2c1 | |
parent | ad4fcd49fc5c9ec93743f93da518b84e0634ea59 [diff] |
* pythonrun.c: Print exception type+arg *after* stack trace instead of before it. * ceval.c, object.c: moved testbool() to object.c (now extern visible) * stringobject.c: fix bugs in and rationalize string resize in formatstring() * tokenizer.[ch]: fix non-working code for lines longer than BUFSIZ