Thanks, Eryk - this is very helpful.
Stephen.
On Mon, Apr 6, 2020 at 6:43 AM Eryk Sun wrote:
> On 4/3/20, Stephen Tucker wrote:
> >
> > Does an exception raised by a Python 3.x program on a Windows machine set
> > ERRORLEVEL?
>
> ERRORLEVEL is an internal state of the CMD shell. It has nothing
On 4/3/20, Stephen Tucker wrote:
>
> Does an exception raised by a Python 3.x program on a Windows machine set
> ERRORLEVEL?
ERRORLEVEL is an internal state of the CMD shell. It has nothing to do
with Python. If Python exits due to an unhandled exception, the
process exit code will be 1. If CMD w
On 3-4-2020 02:08, Stephen Tucker (Stephen Tucker) wrote:
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
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?