Kaydet (Commit) b91dffe1 authored tarafından Moshe Zadka's avatar Moshe Zadka

- #12195 - webbrowser.py - there was typo in Mac code

üst 80a5f0ad
...@@ -215,7 +215,7 @@ except ImportError: ...@@ -215,7 +215,7 @@ except ImportError:
else: else:
class InternetConfig: class InternetConfig:
def open(self, url, new=0): def open(self, url, new=0):
ic.launcurl(url) ic.launchurl(url)
def open_new(self, url): def open_new(self, url):
self.open(url) self.open(url)
......
...@@ -129,6 +129,8 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid ...@@ -129,6 +129,8 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid
- Update install-sh using version from automake 1.4. - Update install-sh using version from automake 1.4.
- #12195 - webbrowser.py - there was typo in Mac code
What's New in Python 2.0? What's New in Python 2.0?
========================= =========================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment