commit | 227cf764b241e04fa98a59b552b47e0a8fa4d419 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 05 13:53:32 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 05 13:53:32 1998 +0000 |
tree | b17f6d2c5e514ddb099237876b5c11e9d36ca375 | |
parent | 11300cc71e472cd18e2675d7d63e3b20b977f85a [diff] |
Undo a silly effect of a global substitution: the macintosh panic() function had a reference to vPySys_WriteStderr(...) -- turn it back into fprintf(stder, ...).