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

SourceForge.net noreply at sourceforge.net
Sun Mar 20 02:21:29 CET 2005


Patches item #1077979, was opened at 2004-12-02 22:41
Message generated for change (Comment added) made by rodsenra
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: Rodrigo Dias Arruda Senra (rodsenra)
Date: 2005-03-20 01: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 11: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