A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2004-January/041614.html below:

[Python-Dev] Re: PEP 324: popen5

[Python-Dev] Re: PEP 324: popen5 - New POSIX process module [Python-Dev] Re: PEP 324: popen5 - New POSIX process modulePeter Astrand astrand at lysator.liu.se
Sat Jan 3 12:03:01 EST 2004
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:


1) 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 

2) Write supporting code in C (basically, copy the required process 
handling functions from win32all). 


-- 
/Peter Åstrand <astrand at lysator.liu.se>




More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4