[Python-checkins] CVS: python/dist/src/Tools/scripts google.py,1.1,1.2

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 08 Feb 2002 08:20:09 -0800


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv26265

Modified Files:
	google.py 
Log Message:
www.google.com is better than google.com.


Index: google.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/google.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** google.py	4 Dec 2001 15:23:47 -0000	1.1
--- google.py	8 Feb 2002 16:20:07 -0000	1.2
***************
*** 17,21 ****
          list.append(arg)
      s = '+'.join(list)
!     url = "http://google.com/search?q=%s" % s
      webbrowser.open(url)
  
--- 17,21 ----
          list.append(arg)
      s = '+'.join(list)
!     url = "http://www.google.com/search?q=%s" % s
      webbrowser.open(url)