]> 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:55:57 +0000 (12:55 -0700)
committerNed Deily <nad@acm.org>
Wed, 18 Apr 2012 19:55:57 +0000 (12:55 -0700)
1  2 
Doc/library/webbrowser.rst

index 23211fa9e6452b1289a343e35bd85309591d5e16,b1a8d7374c44f50542d5726b6c90bcd02684e38a..1a4cb69026bd5054c4008a4b7947e89c808a732a
@@@ -96,57 -96,47 +96,55 @@@ A number of browser types are predefine
  may be passed to the :func:`get` function and the corresponding instantiations
  for the controller classes, all defined in this module.
  
 -+-----------------------+-----------------------------------------+-------+
 -| Type Name             | Class Name                              | Notes |
 -+=======================+=========================================+=======+
 -| ``'mozilla'``         | :class:`Mozilla('mozilla')`             |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'firefox'``         | :class:`Mozilla('mozilla')`             |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'netscape'``        | :class:`Mozilla('netscape')`            |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'galeon'``          | :class:`Galeon('galeon')`               |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'epiphany'``        | :class:`Galeon('epiphany')`             |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'skipstone'``       | :class:`BackgroundBrowser('skipstone')` |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'kfmclient'``       | :class:`Konqueror()`                    | \(1)  |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'konqueror'``       | :class:`Konqueror()`                    | \(1)  |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'kfm'``             | :class:`Konqueror()`                    | \(1)  |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'mosaic'``          | :class:`BackgroundBrowser('mosaic')`    |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'opera'``           | :class:`Opera()`                        |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'grail'``           | :class:`Grail()`                        |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'links'``           | :class:`GenericBrowser('links')`        |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'elinks'``          | :class:`Elinks('elinks')`               |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'lynx'``            | :class:`GenericBrowser('lynx')`         |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'w3m'``             | :class:`GenericBrowser('w3m')`          |       |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'windows-default'`` | :class:`WindowsDefault`                 | \(2)  |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'macosx'``          | :class:`MacOSX('default')`              | \(3)  |
 -+-----------------------+-----------------------------------------+-------+
 -| ``'safari'``          | :class:`MacOSX('safari')`               | \(3)  |
 -+-----------------------+-----------------------------------------+-------+
 ++------------------------+-----------------------------------------+-------+
 +| Type Name              | Class Name                              | Notes |
 ++========================+=========================================+=======+
 +| ``'mozilla'``          | :class:`Mozilla('mozilla')`             |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'firefox'``          | :class:`Mozilla('mozilla')`             |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'netscape'``         | :class:`Mozilla('netscape')`            |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'galeon'``           | :class:`Galeon('galeon')`               |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'epiphany'``         | :class:`Galeon('epiphany')`             |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'skipstone'``        | :class:`BackgroundBrowser('skipstone')` |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'kfmclient'``        | :class:`Konqueror()`                    | \(1)  |
 ++------------------------+-----------------------------------------+-------+
 +| ``'konqueror'``        | :class:`Konqueror()`                    | \(1)  |
 ++------------------------+-----------------------------------------+-------+
 +| ``'kfm'``              | :class:`Konqueror()`                    | \(1)  |
 ++------------------------+-----------------------------------------+-------+
 +| ``'mosaic'``           | :class:`BackgroundBrowser('mosaic')`    |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'opera'``            | :class:`Opera()`                        |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'grail'``            | :class:`Grail()`                        |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'links'``            | :class:`GenericBrowser('links')`        |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'elinks'``           | :class:`Elinks('elinks')`               |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'lynx'``             | :class:`GenericBrowser('lynx')`         |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'w3m'``              | :class:`GenericBrowser('w3m')`          |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'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')`        |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'chrome'``           | :class:`Chrome('chrome')`               |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'chromium'``         | :class:`Chromium('chromium')`           |       |
 ++------------------------+-----------------------------------------+-------+
 +| ``'chromium-browser'`` | :class:`Chromium('chromium-browser')`   |       |
 ++------------------------+-----------------------------------------+-------+
  
  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
 +   Support for Chrome/Chromium has been added.
 +
  Here are some simple examples::
  
 -   url = 'http://www.python.org/'
 +   url = 'http://docs.python.org/'
  
     # Open URL in a new tab, if a browser window is already open.
 -   webbrowser.open_new_tab(url + 'doc/')
 +   webbrowser.open_new_tab(url)
  
     # Open URL in new window, raising the window if possible.
     webbrowser.open_new(url)