From bingham at cenix-bioscience.com Thu Aug 3 15:42:41 2006 From: bingham at cenix-bioscience.com (Aaron Bingham) Date: Thu, 03 Aug 2006 15:42:41 +0200 Subject: [Doc-SIG] Missing platform information in subprocess documentation Message-ID: <44D1FD51.4080803@cenix-bioscience.com> Hi, 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 keyword argument is not supported on Windows and this is not mentioned anywhere obvious. Thanks, -- -------------------------------------------------------------------- Aaron Bingham Senior Software Engineer Cenix BioScience GmbH -------------------------------------------------------------------- From bingham at cenix-bioscience.com Thu Aug 3 16:50:24 2006 From: bingham at cenix-bioscience.com (Aaron Bingham) Date: Thu, 03 Aug 2006 16:50:24 +0200 Subject: [Doc-SIG] Missing platform information in subprocess documentation In-Reply-To: <44D1FD51.4080803@cenix-bioscience.com> References: <44D1FD51.4080803@cenix-bioscience.com> Message-ID: <44D20D30.7090809@cenix-bioscience.com> Aaron Bingham wrote: >Hi, > >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 >keyword argument is not supported on Windows and this is not mentioned >anywhere obvious. > > close_fds is also not supported on Windows, as I discovered shortly after sending the original e-mail. Thanks, -- -------------------------------------------------------------------- Aaron Bingham Senior Software Engineer Cenix BioScience GmbH -------------------------------------------------------------------- From aahz at pythoncraft.com Thu Aug 3 18:52:49 2006 From: aahz at pythoncraft.com (Aahz) Date: Thu, 3 Aug 2006 09:52:49 -0700 Subject: [Doc-SIG] Missing platform information in subprocess documentation In-Reply-To: <44D1FD51.4080803@cenix-bioscience.com> References: <44D1FD51.4080803@cenix-bioscience.com> Message-ID: <20060803165249.GA4985@panix.com> On Thu, Aug 03, 2006, Aaron Bingham wrote: > > 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 > keyword argument is not supported on Windows and this is not mentioned > anywhere obvious. Please file bugs on SourceForge or we'll forget. Thanks! -- Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." --Brian W. Kernighan From bingham at cenix-bioscience.com Wed Aug 9 09:30:07 2006 From: bingham at cenix-bioscience.com (Aaron Bingham) Date: Wed, 09 Aug 2006 09:30:07 +0200 Subject: [Doc-SIG] Missing platform information in subprocess documentation In-Reply-To: <20060803165249.GA4985@panix.com> References: <44D1FD51.4080803@cenix-bioscience.com> <20060803165249.GA4985@panix.com> Message-ID: <44D98EFF.3020408@cenix-bioscience.com> Aahz wrote: >On Thu, Aug 03, 2006, Aaron Bingham wrote: > > >>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 >>keyword argument is not supported on Windows and this is not mentioned >>anywhere obvious. >> >> > >Please file bugs on SourceForge or we'll forget. Thanks! > > Done: https://sourceforge.net/tracker/index.php?func=detail&aid=1537195&group_id=5470&atid=105470 -- -------------------------------------------------------------------- Aaron Bingham Senior Software Engineer Cenix BioScience GmbH --------------------------------------------------------------------