diff options
author | Ned Deily <nad@acm.org> | 2012-04-18 19:48:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-04-18 19:48:09 (GMT) |
commit | 9b5952d7cd64712dd68aebd577ce9cb0a67ca76c (patch) | |
tree | 0effeb48bd6be8ed7d10ab28c98f12f53224832f /Doc/library | |
parent | 76605557ea800ae72ec8296b80287ad5fae0e9e7 (diff) | |
download | cpython-9b5952d7cd64712dd68aebd577ce9cb0a67ca76c.zip cpython-9b5952d7cd64712dd68aebd577ce9cb0a67ca76c.tar.gz cpython-9b5952d7cd64712dd68aebd577ce9cb0a67ca76c.tar.bz2 |
Remove webbrowser doc reference to the previously removed internet-config option.
Diffstat (limited to 'Doc/library')
-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 05de589..b978777 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -138,11 +138,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) | +-----------------------+-----------------------------------------+-------+ Notes: @@ -158,9 +156,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. Here are some simple examples:: |