mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import webchecker, sys
 | 
						|
webchecker.DEFROOT = "http://www.python.org/python/"
 | 
						|
webchecker.MAXPAGE = 50000
 | 
						|
webchecker.verbose = 2
 | 
						|
sys.argv.append('-x')
 | 
						|
webchecker.main()
 | 
						|
sys.stdout.write("\nCR to exit: ")
 | 
						|
sys.stdout.flush()
 | 
						|
sys.stdin.readline()
 |