[Patches] [ python-Patches-485789 ] webbrowser.py: os.pathsep instead of :

noreply@sourceforge.net noreply@sourceforge.net
Tue, 04 Dec 2001 09:43:37 -0800


Patches item #485789, was opened at 2001-11-26 13:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=485789&group_id=5470

Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Stefan Schwarzer (sschwarzer)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: webbrowser.py: os.pathsep instead of :

Initial Comment:
Line 317 (in CVS rev. 1.23) should be

    _tryorder = os.environ["BROWSER"].split(os.pathsep)

instead of

    _tryorder = os.environ["BROWSER"].split(":")


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-04 09:43

Message:
Logged In: YES 
user_id=6380

Thanks -- applied in CVS 1.26.

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

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