]> granicus.if.org Git - python/commitdiff
Remove webbrowser doc reference to the previously removed internet-config option.
authorNed Deily <nad@acm.org>
Wed, 18 Apr 2012 19:48:52 +0000 (12:48 -0700)
committerNed Deily <nad@acm.org>
Wed, 18 Apr 2012 19:48:52 +0000 (12:48 -0700)
Doc/library/webbrowser.rst

index dfb09ee40e816b51bed6a21b923d6e2006d3fe0f..b1a8d7374c44f50542d5726b6c90bcd02684e38a 100644 (file)
@@ -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)  |
 +-----------------------+-----------------------------------------+-------+
 
 Notes:
@@ -153,9 +151,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::