[Python-Dev] subprocess.CalledProcessError.errno (#1223937) (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Tue Jul 11 09:15:20 CEST 2006
- Previous message: [Python-Dev] subprocess.CalledProcessError.errno (#1223937)
- Next message: [Python-Dev] Capabilities / Restricted Execution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 checkcall() and CalledProcessError() are not available in any released version of Python, so I guess it's safe to change them.
See http://www.python.org/sf?id=1223937 for my suggested patch. Any chance this can go into 2.5? Yeah, I know I'm late :)
that's up to Anthony to decide, but I'd say this this qualifies as a bug fix.
- Previous message: [Python-Dev] subprocess.CalledProcessError.errno (#1223937)
- Next message: [Python-Dev] Capabilities / Restricted Execution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]