[Python-checkins] CVS: python/dist/src/Lib webbrowser.py,1.4,1.5

Guido van Rossum python-dev@python.org
Mon, 13 Nov 2000 12:31:00 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10204

Modified Files:
	webbrowser.py 
Log Message:
Typo for Mac code, fixing SF bug 12195.


Index: webbrowser.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/webbrowser.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** webbrowser.py	2000/10/02 03:40:51	1.4
--- webbrowser.py	2000/11/13 20:30:57	1.5
***************
*** 216,220 ****
      class InternetConfig:
          def open(self, url, new=0):
!             ic.launcurl(url)
  
          def open_new(self, url):
--- 216,220 ----
      class InternetConfig:
          def open(self, url, new=0):
!             ic.launchurl(url)
  
          def open_new(self, url):