Peter Åstrand wrote:
> I intend to fix bug #1223937: subprocess.py abuse of errno. I thought
> this was going to to tricky, to maintain backwards compatibility, but
> then I realized that check_call() and CalledProcessError() are not
> available in any released version of Python, so I guess it'
I intend to fix bug #1223937: subprocess.py abuse of errno. I thought this was
going to to tricky, to maintain backwards compatibility, but then I realized
that check_call() and CalledProcessError() are not available in any released
version of Python, so I guess it's safe to change them.
See