[docs] Suggestion on docs for webbrowser

Christian Clauss cclauss at me.com
Wed Apr 11 12:41:35 CEST 2012


On http://docs.python.org/library/webbrowser.html

There is the text:
The script 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. 

It might be helpful to readers if you could add some sample syntax such as: $ python -m webbrowser -t "http://www.python.org"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120411/67ad6189/attachment.html>


More information about the docs mailing list