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.

Author ssokolow
Recipients ssokolow
Date 2015-01-18.04:16:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421554616.48.0.911036047072.issue23262@psf.upfronthosting.co.za>
In-reply-to
Content
As of Firefox 36 (currently in beta channel), the -remote option has been removed.

https://www.mozilla.org/en-US/firefox/36.0a2/auroranotes/
https://www.mozilla.org/en-US/firefox/36.0beta/releasenotes/

As such, attempting to open http://www.example.com/ using webbrowser.open() or webbrowser.open_new_tab() results in "File not Found" tabs pointing to these two URLs, respectively:

file:///home/ssokolow/openURL%28http://www.example.com/%29
file:///home/ssokolow/openURL%28http://www.example.com/,new-tab%29

As I happen to have the Dead Snakes PPA set up on Lubuntu 14.04 for use with tox, I was able to confirm this as an issue in Python 2.7, 3.1, 3.2, 3.3, and 3.4.
History
Date User Action Args
2015-01-18 04:16:56ssokolowsetrecipients: + ssokolow
2015-01-18 04:16:56ssokolowsetmessageid: <1421554616.48.0.911036047072.issue23262@psf.upfronthosting.co.za>
2015-01-18 04:16:56ssokolowlinkissue23262 messages
2015-01-18 04:16:55ssokolowcreate