summaryrefslogtreecommitdiffstats
path: root/Lib/webbrowser.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-05 00:48:46 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-05 00:48:46 (GMT)
commitf1af7057208da7b3d15703645688fea971a4fb5e (patch)
tree39acd4dbcf0f5d9005521d814952164819d7885d /Lib/webbrowser.py
parent080a2c087e5fa08c44ff121d74ea8ad9d4413c58 (diff)
downloadcpython-f1af7057208da7b3d15703645688fea971a4fb5e.zip
cpython-f1af7057208da7b3d15703645688fea971a4fb5e.tar.gz
cpython-f1af7057208da7b3d15703645688fea971a4fb5e.tar.bz2
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Diffstat (limited to 'Lib/webbrowser.py')
-rw-r--r--Lib/webbrowser.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py
index 94d4ad4..8ebfa3c 100644
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -638,17 +638,6 @@ if sys.platform == 'darwin':
register("MacOSX", None, MacOSXOSAScript('default'), -1)
-#
-# Platform support for OS/2
-#
-
-if sys.platform[:3] == "os2" and _iscommand("netscape"):
- _tryorder = []
- _browsers = {}
- register("os2netscape", None,
- GenericBrowser(["start", "netscape", "%s"]), -1)
-
-
# OK, now that we know what the default preference orders for each
# platform are, allow user to override them with the BROWSER variable.
if "BROWSER" in os.environ: