"Martin v. Löwis" <[EMAIL PROTECTED]> writes: > Are you saying that calling SetErrorMode also makes the VC _ASSERT > message boxes go away?
I don't believe it should, no. The assert message boxes are from the VC runtime, whereas the OS error dialogs are from, well, the OS :-) Certainly in my manual tests, I still had to "Ignore" my way through the assert dialogs before checking the results on the OS dialogs. -- David _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com