[ python-Bugs-1352621 ] SVN webbrowser.py fix 41419 didn't

SourceForge.net noreply at sourceforge.net
Sat Dec 3 03:08:17 CET 2005


Bugs item #1352621, was opened at 2005-11-09 14:26
Message generated for change (Comment added) made by gregcouch
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1352621&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: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Greg Couch (gregcouch)
Assigned to: Nobody/Anonymous (nobody)
Summary: SVN webbrowser.py fix 41419 didn't

Initial Comment:
The new fix of setting remote_background to True and
adding an & in the "simplier command" case can't work.
 If remote_background is True, then the first os.system
call will always succeed and thus the second one will
never be called.  So if the web browser isn't already
running, it will never start up.
As I alluded to in my previous bug submission 1338995,
the real fix will involve using the subprocess module
-- I will try to find some time to develop and test a
patch and submit it.

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

>Comment By: Greg Couch (gregcouch)
Date: 2005-12-02 18:08

Message:
Logged In: YES 
user_id=131838

See bug #1338995 and patch #1372125

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

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


More information about the Python-bugs-list mailing list