classification
Title: subprocess.check_call() new in 2.5
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ygale (2)
Priority: normal Keywords:

Created on 2007-07-13 11:43 by ygale, last changed 2007-07-14 17:13 by georg.brandl.

Messages (2)
msg32494 - (view) Author: Yitz Gale (ygale) Date: 2007-07-13 11:43
The function subprocess.check_call() should be marked
in the documentation as "New in version 2.5".
msg32495 - (view) Author: Georg Brandl (georg.brandl) Date: 2007-07-14 17:13
Thanks for the report, fixed in rev. 56364, 56365 (2.5).
History
Date User Action Args
2007-07-13 11:43:04ygalecreate