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

SourceForge.net noreply at sourceforge.net
Thu Sep 15 09:54:55 CEST 2005


Patches item #1077979, was opened at 2004-12-02 23:41
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1077979&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: None
Group: None
>Status: Closed
>Resolution: Accepted
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: Reinhold Birkenfeld (birkenfeld)
Date: 2005-09-15 09:54

Message:
Logged In: YES 
user_id=1188172

Fixed in webbrowser.py r1.37.4.1. Included in big webbrowser
patch for 2.5.

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

Comment By: Rodrigo Dias Arruda Senra (rodsenra)
Date: 2005-03-20 02:21

Message:
Logged In: YES 
user_id=9057

1144816 and 1077979 are the the same patch, as documented
  in a comment for 1144816  by Oleg Broytmann.

 The wrong behaviour was reported to Mozilla (unspecified
version),
 Netscape 7.2 and Mozilla-firefox (unspecified version).

 I could not reproduce the problem  neither with Mozilla
1.7.2 nor
 with Firefox 1.0.1. Nevertheless, applying the patch does
not break 
 current functionality and might fix bugs in older browsers. 

 I recommend applying 1077979, and closing 1144816.


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

Comment By: Oleg Broytmann (phd)
Date: 2004-12-07 12: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