[Python-3000] buildbots
"Martin v. Löwis"
martin at v.loewis.de
Thu Aug 30 09:39:06 CEST 2007
> So, an environment variable would be useful, but maybe there should also be
> a Python function available that calls set_error_mode(). sys.set_error_mode()?
Even though this would be somewhat lying - I'd put it into
msvcrt.set_error_mode. For the _CrtSet functions, one might
expose them as-is; they do belong to msvcrt, so the module
would be the proper place. For SetErrorMode, still put it
into msvcrt - it's at least Windows-specific.
Regards,
Martin
More information about the Python-3000
mailing list