[Python-Dev] Re: PEP 324: popen5 (original) (raw)
[Python-Dev] Re: PEP 324: popen5 - New POSIX process module
Peter Astrand astrand at lysator.liu.se
Sat Jan 3 12:03:01 EST 2004
- Previous message: [Python-Dev] PEP 324: popen5 - New POSIX process module
- Next message: [Python-Dev] Re: PEP 324: popen5 - New POSIX process module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 3 Jan 2004, Peter Åstrand wrote:
PEP 324: popen5 - New POSIX process module
A copy is included below. Comments are appreciated.
There are some issues wrt Windows support. Currently, popen5 does not support Windows at all. To be able to do so, we must chose between:
- Rely on Mark Hammonds Win32 extensions. This makes it possible to keep popen5 as a pure Python module. The drawback is that Windows support won't be available unless the user installs win32all. Does anyone think there's a problem with adding a module to the Python standard library that uses win32all?
or
- Write supporting code in C (basically, copy the required process handling functions from win32all).
-- /Peter Åstrand <astrand at lysator.liu.se>
- Previous message: [Python-Dev] PEP 324: popen5 - New POSIX process module
- Next message: [Python-Dev] Re: PEP 324: popen5 - New POSIX process module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]