[docs] Omission in webbrowser documentation
Jonathan Eunice
jonathan.eunice at gmail.com
Mon Mar 19 18:10:19 CET 2012
http://docs.python.org/library/webbrowser.html (currently for 2.7.2)
contains a table giving supported browser names. On Mac OS X
at least, the string "safari" does indeed work, e.g.:
webbrowser.get("safari").open("http://cnn.com")
Yet "safari" does not appear in the table.
Interestingly, Google Chrome does not appear to be readily nameable/
explicitly launchable from this module. But that's a bug for another
team....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120319/08db3476/attachment-0001.html>
More information about the docs
mailing list