[Patches] [ python-Patches-1077979 ] Simple webbrowser fix for netscape -remote

SourceForge.net noreply at sourceforge.net
Tue Dec 7 12:26:49 CET 2004


Patches item #1077979, was opened at 2004-12-03 01:41
Message generated for change (Comment added) made by phd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1077979&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Josh Cherry (jlcherry)
Assigned to: Nobody/Anonymous (nobody)
Summary: Simple webbrowser fix for netscape -remote

Initial Comment:
This patch simply removes a space in a netscape -remote
command that is executed by webbrowser.  This space
caused problems with certain urls, at least with
netscape 7.2.  For example,

webbrowser.open_new('http://www.python.org')

would file, though

webbrowser.open_new('http://www.python.org/')

would work.


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

Comment By: Oleg Broytmann (phd)
Date: 2004-12-07 14:26

Message:
Logged In: YES 
user_id=4799

Yes, I can confirm the problem with Mozilla. I updated my
big patch for webbrowser.py at http://python.org/sf/754022.

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

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


More information about the Patches mailing list