mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	rephrase
This commit is contained in:
		
							parent
							
								
									8286951f57
								
							
						
					
					
						commit
						52c62d8697
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -419,8 +419,8 @@ def cache_from_source(path, debug_override=None): | |||
|     .pyc/.pyo file calculated as if the .py file were imported.  The extension | ||||
|     will be .pyc unless sys.flags.optimize is non-zero, then it will be .pyo. | ||||
| 
 | ||||
|     If debug_override is not None, then it must be a boolean and is taken as | ||||
|     the value of bool(sys.flags.optimize) instead. | ||||
|     If debug_override is not None, then it must be a boolean and is used in | ||||
|     place of sys.flags.optimize. | ||||
| 
 | ||||
|     If sys.implementation.cache_tag is None then NotImplementedError is raised. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson