commit | e2ab1451cf4f5fb4b3ce6cb2e1598fab4a2f9eed | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 05 04:49:50 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 05 04:49:50 2000 +0000 |
tree | 4ae42008f3ae9b480550c4a542fe08a91af6916e | |
parent | 10912854a29185fe41eba93be6e87bdd75278acb [diff] [blame] |
The usual.
diff --git a/Lib/dos-8x3/webbrows.py b/Lib/dos-8x3/webbrows.py index 5a4a80f..66cdbff 100644 --- a/Lib/dos-8x3/webbrows.py +++ b/Lib/dos-8x3/webbrows.py
@@ -183,9 +183,7 @@ class WindowsDefault: def open(self, url, new=0): - import win32api, win32con - win32api.ShellExecute(0, "open", url, None, ".", - win32con.SW_SHOWNORMAL) + self.junk = os.popen("start " + url) def open_new(self, url): self.open(url)