mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	www.google.com is better than google.com.
This commit is contained in:
		
							parent
							
								
									745b4609cb
								
							
						
					
					
						commit
						65f50156cd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@ def main():
 | 
				
			||||||
        arg = arg.replace(' ', '+')
 | 
					        arg = arg.replace(' ', '+')
 | 
				
			||||||
        list.append(arg)
 | 
					        list.append(arg)
 | 
				
			||||||
    s = '+'.join(list)
 | 
					    s = '+'.join(list)
 | 
				
			||||||
    url = "http://google.com/search?q=%s" % s
 | 
					    url = "http://www.google.com/search?q=%s" % s
 | 
				
			||||||
    webbrowser.open(url)
 | 
					    webbrowser.open(url)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
main()
 | 
					main()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue