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.
Created on 2008年04月21日 20:16 by phd, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| webbrowser.py.patch | phd, 2008年11月15日 15:42 | |||
| Messages (3) | |||
|---|---|---|---|
| msg65665 - (view) | Author: Oleg Broytman (phd) * | Date: 2008年04月21日 20:16 | |
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(). |
|||
| msg75914 - (view) | Author: Oleg Broytman (phd) * | Date: 2008年11月15日 15:42 | |
Update the patch. |
|||
| msg92235 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2009年09月04日 06:59 | |
Thanks, applied in r74643. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46918 |
| 2009年09月04日 06:59:29 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg92235 resolution: accepted |
| 2008年11月15日 15:42:37 | phd | set | files: - webbrowser.py.patch |
| 2008年11月15日 15:42:22 | phd | set | files:
+ webbrowser.py.patch messages: + msg75914 |
| 2008年04月21日 20:16:09 | phd | create | |