Re: [Python-Dev] subprocess.CalledProcessError.errno (#1223937)

2006-07-11 Thread Fredrik Lundh
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'

[Python-Dev] subprocess.CalledProcessError.errno (#1223937)

2006-07-11 Thread Peter Åstrand
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