mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Renamed all 'options' class attributes to 'user_options'.
This commit is contained in:
		
							parent
							
								
									592f28272e
								
							
						
					
					
						commit
						bbeceeaf9a
					
				
					 10 changed files with 112 additions and 102 deletions
				
			
		|  | @ -28,9 +28,10 @@ | |||
| 
 | ||||
| class build_lib (Command): | ||||
| 
 | ||||
|     options = [('debug', 'g', | ||||
|                 "compile with debugging information"), | ||||
|               ] | ||||
|     user_options = [ | ||||
|         ('debug', 'g', | ||||
|          "compile with debugging information"), | ||||
|         ] | ||||
| 
 | ||||
|     def set_default_options (self): | ||||
|         # List of libraries to build | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Ward
						Greg Ward