]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* pythonrun.c: Print exception type+arg *after* stack trace instead of
authorGuido van Rossum <guido@python.org>
Wed, 12 May 1993 08:24:20 +0000 (08:24 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 May 1993 08:24:20 +0000 (08:24 +0000)
commit6ac258d381b5300e3ec935404a111e8dff4617d4
tree476a8c807f8f91cc5c259af586b3470201a9c2c1
parentad4fcd49fc5c9ec93743f93da518b84e0634ea59
* 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
Objects/object.c
Objects/stringobject.c
Objects/xxobject.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/ceval.c
Python/pythonrun.c