[Patches] [ python-Patches-1707753 ] get status output fix for Win32

SourceForge.net noreply at sourceforge.net
Thu Apr 26 16:27:14 CEST 2007


Patches item #1707753, was opened at 2007-04-25 19:13
Message generated for change (Comment added) made by jorend
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1707753&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: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ken Phillis Jr. (dandel1984)
Assigned to: Nobody/Anonymous (nobody)
Summary: get status output fix for Win32

Initial Comment:
the two command output retrieval functions for python are broken on win32, and this patch fixes this, although it is possible that this fix will also work on dos, and os/2, but i am not sure about this... I've already tested it against python 2.5, 2.4 and 2.3, on windows xp and server 2k3.

----------------------------------------------------------------------

Comment By: Jason Orendorff (jorend)
Date: 2007-04-26 10:27

Message:
Logged In: YES 
user_id=18139
Originator: NO

Ken, thanks for the patch!  To be considered for Python 2.6, this patch
would have to update documentation (Doc/lib) and tests (Lib/test) as well.

But more importantly:  This entire module is likely to be deprecated in
Python 2.6, in favor of the subprocess module (which will gain new
functions, subprocess.get_output() and subprocess.get_status_output().) 
There was a long discussion about it on python-dev:

(start of a long thread)
http://mail.python.org/pipermail/python-dev/2007-March/071929.html

(even more)
http://mail.python.org/pipermail/python-dev/2007-March/072046.html

If that happens, there's no particular reason to do this, right?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1707753&group_id=5470


More information about the Patches mailing list