[New-bugs-announce] [issue21248] BROWSER env var described inaccurately in webbrowser docs

David Turner report at bugs.python.org
Tue Apr 15 23:37:05 CEST 2014


New submission from David Turner:

https://docs.python.org/2/library/webbrowser.html says "If the environment variable BROWSER exists, it is interpreted to override the platform default list of browsers, as a os.pathsep-separated list of browsers to try in order."

This is not actually what happens; instead, it is prepended to the platform-default list of browsers.

----------
assignee: docs at python
components: Documentation
messages: 216393
nosy: docs at python, dturner-tw
priority: normal
severity: normal
status: open
title: BROWSER env var described inaccurately in webbrowser docs
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21248>
_______________________________________


More information about the New-bugs-announce mailing list