mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	 9ae2148ada
			
		
	
	
		9ae2148ada
		
	
	
	
	
		
			
			Guido told me to do this <wink>. Greatly expanded docstrings, and fleshed out with examples. New std test. Added new get_close_matches() function for ESR. Needs docs, but LaTeXification of the module docstring is all it needs. \CVS: ----------------------------------------------------------------------
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			60 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			60 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import doctest, difflib
 | |
| doctest.testmod(difflib, verbose=1)
 |