summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/webbrowser.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst
index e6e7ea2..64e7099 100644
--- a/Doc/library/webbrowser.rst
+++ b/Doc/library/webbrowser.rst
@@ -144,6 +144,14 @@ for the controller classes, all defined in this module.
+-----------------------+-----------------------------------------+-------+
| ``'safari'`` | :class:`MacOSX('safari')` | \(3) |
+-----------------------+-----------------------------------------+-------+
+| ``'google-chrome'`` | :class:`Chrome('google-chrome')` | \(4) |
++-----------------------+-----------------------------------------+-------+
+| ``'chrome'`` | :class:`Chrome('chrome')` | \(4) |
++-----------------------+-----------------------------------------+-------+
+| ``'chromium'`` | :class:`Chromium('chromium')` | \(4) |
++-----------------------+-----------------------------------------+-------+
+| ``'chromium-browser'``| :class:`Chromium('chromium-browser')` | \(4) |
++-----------------------+-----------------------------------------+-------+
Notes:
@@ -160,6 +168,9 @@ Notes:
(3)
Only on Mac OS X platform.
+(4)
+ Support for Chrome/Chromium has been added in version 2.7.5.
+
Here are some simple examples::
url = 'http://www.python.org/'