Commit 2e64a0b6 authored by Sandro Tosi's avatar Sandro Tosi

merge with 3.2

parents a026db90 c7b0e217
......@@ -36,7 +36,9 @@ The script :program:`webbrowser` can be used as a command-line interface for the
module. It accepts an URL as the argument. It accepts the following optional
parameters: ``-n`` opens the URL in a new browser window, if possible;
``-t`` opens the URL in a new browser page ("tab"). The options are,
naturally, mutually exclusive.
naturally, mutually exclusive. Usage example::
python -m webbrowser -t "http://www.python.org"
The following exception is defined:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment