]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
www.google.com is better than google.com.
authorGuido van Rossum <guido@python.org>
Fri, 8 Feb 2002 16:20:07 +0000 (16:20 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 8 Feb 2002 16:20:07 +0000 (16:20 +0000)
Tools/scripts/google.py

index 3ca5f6eb2b68f546f3344e573ae4cd7b657f2d6e..d9fe0acb183286e51b655b2783813e69bf6ac6a8 100755 (executable)
@@ -16,7 +16,7 @@ def main():
         arg = arg.replace(' ', '+')
         list.append(arg)
     s = '+'.join(list)
-    url = "http://google.com/search?q=%s" % s
+    url = "http://www.google.com/search?q=%s" % s
     webbrowser.open(url)
 
 main()