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

SourceForge.net noreply at sourceforge.net
Wed Nov 9 23:26:06 CET 2005


Bugs item #1352621, was opened at 2005-11-09 14:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.

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

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