Issue 1537195: Missing platform information in subprocess documentation (original) (raw)

Issue1537195

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:19 admin set github: 43799
2006-08-09 07:28:42 adbingham create