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 phd
Recipients phd
Date 2008-04-21.20:16:06
SpamBayes Score 0.067635946
Marked as misclassified No
Message-id <1208808970.74.0.37867615759.issue2666@psf.upfronthosting.co.za>
In-reply-to
Content
webbrowser.py ignores browsers listed in the BROWSER environment
variables if it doesn't recognize the browser. For example, if I add
"links2" to the BROWSER env var, webbrowser.py ignores it.

It is because _synthesize() doesn't know how to handle an unknown
browser. The attached patch checks if _synthesize() doesn't register a
browser and registers a GenericBrowser.

Another approach would be to register GenericBrowser in _synthesize().
History
Date User Action Args
2008-04-21 20:16:11phdsetspambayes_score: 0.0676359 -> 0.067635946
recipients: + phd
2008-04-21 20:16:10phdsetspambayes_score: 0.0676359 -> 0.0676359
messageid: <1208808970.74.0.37867615759.issue2666@psf.upfronthosting.co.za>
2008-04-21 20:16:09phdlinkissue2666 messages
2008-04-21 20:16:08phdcreate