]> granicus.if.org Git - python/commit
Undo a silly effect of a global substitution: the macintosh panic()
authorGuido van Rossum <guido@python.org>
Wed, 5 Aug 1998 13:53:32 +0000 (13:53 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Aug 1998 13:53:32 +0000 (13:53 +0000)
commit227cf764b241e04fa98a59b552b47e0a8fa4d419
treeb17f6d2c5e514ddb099237876b5c11e9d36ca375
parent11300cc71e472cd18e2675d7d63e3b20b977f85a
Undo a silly effect of a global substitution: the macintosh panic()
function had a reference to vPySys_WriteStderr(...) -- turn it back
into fprintf(stder, ...).
Modules/_tkinter.c