This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Missing platform information in subprocess documentation
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: adbingham, georg.brandl
Priority: normal Keywords:

Created on 2006-08-09 07:28 by adbingham, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29486 - (view) Author: Aaron Bingham (adbingham) Date: 2006-08-09 07:28
In the Python 2.4 documentation for the
subprocess.Popen class
(http://www.python.org/doc/current/lib/node235.html),
many of the platform differences are documented
clearly.  However the preexec_fn and close_fds keyword
arguments are not supported on Windows and this is not
mentioned anywhere obvious.
msg29487 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-08-09 07:32
Logged In: YES 
user_id=849994

This was already fixed in SVN and will be in the next docs
release.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43799
2006-08-09 07:28:42adbinghamcreate