mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	#5190: export make_option in __all__.
This commit is contained in:
		
							parent
							
								
									b48adecbd6
								
							
						
					
					
						commit
						c5d8c63345
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -11,6 +11,7 @@ | ||||||
| __version__ = "1.5.3" | __version__ = "1.5.3" | ||||||
| 
 | 
 | ||||||
| __all__ = ['Option', | __all__ = ['Option', | ||||||
|  |            'make_option', | ||||||
|            'SUPPRESS_HELP', |            'SUPPRESS_HELP', | ||||||
|            'SUPPRESS_USAGE', |            'SUPPRESS_USAGE', | ||||||
|            'Values', |            'Values', | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl