mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Added missing names to __all__.
This commit is contained in:
		
							parent
							
								
									2b9bfb33ff
								
							
						
					
					
						commit
						39f02f98f5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -20,7 +20,7 @@ | ||||||
| """ | """ | ||||||
| 
 | 
 | ||||||
| __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', | __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', | ||||||
|            'Differ'] |            'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK'] | ||||||
| 
 | 
 | ||||||
| class SequenceMatcher: | class SequenceMatcher: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger