mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								import webchecker, sys
							 | 
						||
| 
								 | 
							
								webchecker.DEFROOT = "http://www.python.org/python/"
							 | 
						||
| 
								 | 
							
								webchecker.MAXPAGE = 50000
							 | 
						||
| 
								 | 
							
								webchecker.verbose = 2
							 | 
						||
| 
								 | 
							
								sys.argv.append('-x')
							 | 
						||
| 
								 | 
							
								webchecker.main()
							 | 
						||
| 
								 | 
							
								raw_input("\nCR to exit: ")
							 |