diff options
author | Ned Deily <nad@acm.org> | 2012-04-18 12:55:57 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-04-18 12:55:57 -0700 |
commit | 05fac022eca4604275e16c62136ca02aaea879e1 (patch) | |
tree | 6b29fa7717bbc2498836858b11911dcf637c9764 | |
parent | 665c3b3eece6d5b8bfbb7d1808569f3e001d6270 (diff) | |
parent | cc19140607e0a1dd98e229a7b6a21c4e05f0eb29 (diff) | |
download | cpython-git-05fac022eca4604275e16c62136ca02aaea879e1.tar.gz |
Remove webbrowser doc reference to the previously removed internet-config option.
-rw-r--r-- | Doc/library/webbrowser.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index 23211fa9e6..1a4cb69026 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -133,11 +133,9 @@ for the controller classes, all defined in this module. +------------------------+-----------------------------------------+-------+ | ``'windows-default'`` | :class:`WindowsDefault` | \(2) | +------------------------+-----------------------------------------+-------+ -| ``'internet-config'`` | :class:`InternetConfig` | \(3) | +| ``'macosx'`` | :class:`MacOSX('default')` | \(3) | +------------------------+-----------------------------------------+-------+ -| ``'macosx'`` | :class:`MacOSX('default')` | \(4) | -+------------------------+-----------------------------------------+-------+ -| ``'safari'`` | :class:`MacOSX('safari')` | \(4) | +| ``'safari'`` | :class:`MacOSX('safari')` | \(3) | +------------------------+-----------------------------------------+-------+ | ``'google-chrome'`` | :class:`Chrome('google-chrome')` | | +------------------------+-----------------------------------------+-------+ @@ -161,9 +159,6 @@ Notes: Only on Windows platforms. (3) - Only on Mac OS platforms; requires the standard MacPython :mod:`ic` module. - -(4) Only on Mac OS X platform. .. versionadded:: 3.3 |