[Python-checkins] cpython (3.2): Remove webbrowser doc reference to the previously removed internet-config

ned.deily python-checkins at python.org
Wed Apr 18 21:57:44 CEST 2012


http://hg.python.org/cpython/rev/292cbd59dbe0
changeset:   76409:292cbd59dbe0
branch:      3.2
parent:      76396:d368cc86dbc9
user:        Ned Deily <nad at acm.org>
date:        Wed Apr 18 12:48:52 2012 -0700
summary:
  Remove webbrowser doc reference to the previously removed internet-config option.

files:
  Doc/library/webbrowser.rst |  9 ++-------
  1 files changed, 2 insertions(+), 7 deletions(-)


diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst
--- a/Doc/library/webbrowser.rst
+++ b/Doc/library/webbrowser.rst
@@ -133,11 +133,9 @@
 +-----------------------+-----------------------------------------+-------+
 | ``'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 @@
    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::

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list