mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	On Py3k, -tt and -3 are no-op and unsupported respectively.
This commit is contained in:
		
							parent
							
								
									dfad7e302c
								
							
						
					
					
						commit
						be41a48fb8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
| """ | ||||
| Usage: | ||||
| 
 | ||||
| python -m test.regrtest [options] [test_name1 [test_name2 ...]] | ||||
| python -m test [options] [test_name1 [test_name2 ...]] | ||||
| python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]] | ||||
| 
 | ||||
| 
 | ||||
|  | @ -14,7 +14,7 @@ | |||
| For more rigorous testing, it is useful to use the following | ||||
| command line: | ||||
| 
 | ||||
| python -E -tt -Wd -3 -m test.regrtest [options] [test_name1 ...] | ||||
| python -E -Wd -m test [options] [test_name1 ...] | ||||
| 
 | ||||
| 
 | ||||
| Options: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl