From: Ned Deily Date: Wed, 18 Apr 2012 19:48:09 +0000 (-0700) Subject: Remove webbrowser doc reference to the previously removed internet-config option. X-Git-Tag: v2.7.4rc1~892^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b5952d7cd64712dd68aebd577ce9cb0a67ca76c;p=python Remove webbrowser doc reference to the previously removed internet-config option. --- diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index 05de5894f4..b978777bd4 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::