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
Date 2003-06-13.15:24:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch enhances webbrowser.py.

First, all calls to os.system return result code, and
the inverse of the code (it is ok/fail status) passed
through all higher-level routines up to top-level call
to open(url). This allows to check if a browser was
really started.

Second, the very open() modified so it is now trying to
run all registered browsers in order until a browser
returns 1.

Third, the file can be used as a program: webbrowser.py
url. Optional parameters -n allows to open the url in a
new window.
History
Date User Action Args
2007-08-23 15:27:39adminlinkissue754022 messages
2007-08-23 15:27:39admincreate