]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- #12195 - webbrowser.py - there was typo in Mac code
authorMoshe Zadka <moshez@math.huji.ac.il>
Sat, 31 Mar 2001 14:13:26 +0000 (14:13 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Sat, 31 Mar 2001 14:13:26 +0000 (14:13 +0000)
Lib/webbrowser.py
Misc/NEWS

index da70e3b371fe530484068c3755402c03b68ee994..fd8c5215b23bb19baca1ba5b5713f039ac09cb2f 100644 (file)
@@ -215,7 +215,7 @@ except ImportError:
 else:
     class InternetConfig:
         def open(self, url, new=0):
-            ic.launcurl(url)
+            ic.launchurl(url)
 
         def open_new(self, url):
             self.open(url)
index 6bf69c89bd090c7724e4092c13cbf94b868fc11c..15d0e61ce90ee4df5a5866a5ea87af3122be6ff0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.
 
+- #12195 - webbrowser.py - there was typo in Mac code
+
 What's New in Python 2.0?
 =========================