Exceptions versus Windows ERRORLEVEL

Stephen Tucker stephen_tucker at sil.org
Fri Apr 3 07:08:33 EDT 2020


Hi,

I have found that raising an exception in a Python 2.7.10 program running
under Windows does not set ERRORLEVEL.

I realise that Python 2.x is no longer supported.

Does an exception raised by a Python 3.x program on a Windows machine set
ERRORLEVEL?

If not, are there plans for it to do so?

Stephen.


More information about the Python-list mailing list