Message65665
| 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:11 | phd | set | spambayes_score: 0.0676359 -> 0.067635946 recipients: + phd |
| 2008-04-21 20:16:10 | phd | set | spambayes_score: 0.0676359 -> 0.0676359 messageid: <1208808970.74.0.37867615759.issue2666@psf.upfronthosting.co.za> |
| 2008-04-21 20:16:09 | phd | link | issue2666 messages |
| 2008-04-21 20:16:08 | phd | create | |