[ python-Feature Requests-1085861 ] subprocess.Popen feature request
SourceForge.net
noreply at sourceforge.net
Fri Mar 16 07:16:37 CET 2007
Feature Requests item #1085861, was opened at 2004-12-15 07:33
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1085861&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Michele Simionato (michele_s)
Assigned to: Peter Åstrand (astrand)
Summary: subprocess.Popen feature request
Initial Comment:
I asked on comp.lang.python for a "kill" method in the
Popen
class. The answer was "the kill method is missing since
it is
not portable to Windows". However I got this message
from Fredrik Lund
"""
I suggest filing a "bug" report about this. the Unix
version
is trivial, as you noticed, and it shouldn't take many
minutes to add
a TerminateProcess helper to _subprocess.
</F>
"""
So, I am following his suggestion ;-)
Michele Simionato
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-03-15 23:16
Message:
Logged In: YES
user_id=33168
Originator: NO
TerminateProcess is now in _subprocess.c. Can you work up a patch? It's
not likely to get done otherwise.
----------------------------------------------------------------------
Comment By: Georg Brandl (birkenfeld)
Date: 2005-06-26 15:37
Message:
Logged In: YES
user_id=1188172
Moving to RFE tracker.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1085861&group_id=5470
More information about the Python-bugs-list
mailing list