Re: PEP 324 error

2008-11-19 Thread Terry Reedy
Andrew wrote: It appears PEP 324 is missing the part about check_call(): http://www.python.org/dev/peps/pep-0324/ ... ... In the docstring of subprocess in python 2.5: ... I don't know if check_call is going to be deprecated, but there still appears to be a missing function. I'm not sure i

PEP 324 error

2008-11-18 Thread Andrew
It appears PEP 324 is missing the part about check_call(): http://www.python.org/dev/peps/pep-0324/ ... This module also defines two shortcut functions: - call(*args, **kwargs): Run command with arguments. Wait for command to complete, then return the returncode attribut