This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: webbrowser.Netscape.open bug fix
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, pernici, phd, rodsenra
Priority: normal Keywords: patch

Created on 2005-02-20 14:58 by pernici, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
diff_webbrowser pernici, 2005-02-21 09:52 patch relative to Revision 1.37
Messages (4)
msg47827 - (view) Author: Pernici Mario (pernici) Date: 2005-02-20 14:58
My system:
Python 2.4.1a0 (#2, Feb  9 2005, 12:50:04)
[GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2

In webbrowser.Netscape.open the command passed to the
browser should not have
blank spaces (see http://www.mozilla.org/unix/remote.html);
due to the space in "openURL(%s, new-window)"
mozilla-firefox opens my home page instead of the
requested page.
msg47828 - (view) Author: Oleg Broytman (phd) * Date: 2005-03-19 20:22
Logged In: YES 
user_id=4799

This is a dup of the bug http://python.org/sf/1077979
msg47829 - (view) Author: Rodrigo Dias Arruda Senra (rodsenra) Date: 2005-03-20 01:20
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.
msg47830 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-01 16:25
Logged In: YES 
user_id=1188172

Closing as duplicate, as requested.
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41607
2005-02-20 14:58:27pernicicreate