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 dturner-tw
Recipients docs@python, dturner-tw
Date 2014-04-15.21:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397597825.94.0.182594358629.issue21248@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-15 21:37:05dturner-twsetrecipients: + dturner-tw, docs@python
2014-04-15 21:37:05dturner-twsetmessageid: <1397597825.94.0.182594358629.issue21248@psf.upfronthosting.co.za>
2014-04-15 21:37:05dturner-twlinkissue21248 messages
2014-04-15 21:37:05dturner-twcreate