Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc19140

Browse files
committed
Remove webbrowser doc reference to the previously removed internet-config option.
1 parent 2c14146 commit cc19140

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Doc/library/webbrowser.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,9 @@ for the controller classes, all defined in this module.
133133
+-----------------------+-----------------------------------------+-------+
134134
| ``'windows-default'`` | :class:`WindowsDefault` | \(2) |
135135
+-----------------------+-----------------------------------------+-------+
136-
| ``'internet-config'`` | :class:`InternetConfig` | \(3) |
136+
| ``'macosx'`` | :class:`MacOSX('default')` | \(3) |
137137
+-----------------------+-----------------------------------------+-------+
138-
| ``'macosx'`` | :class:`MacOSX('default')` | \(4) |
139-
+-----------------------+-----------------------------------------+-------+
140-
| ``'safari'`` | :class:`MacOSX('safari')` | \(4) |
138+
| ``'safari'`` | :class:`MacOSX('safari')` | \(3) |
141139
+-----------------------+-----------------------------------------+-------+
142140

143141
Notes:
@@ -153,9 +151,6 @@ Notes:
153151
Only on Windows platforms.
154152

155153
(3)
156-
Only on Mac OS platforms; requires the standard MacPython :mod:`ic` module.
157-
158-
(4)
159154
Only on Mac OS X platform.
160155

161156
Here are some simple examples::

0 commit comments

Comments
 (0)