mirror of
				https://github.com/python/cpython.git
				synced 2025-10-27 08:46:53 +00:00 
			
		
		
		
	 e8f583244a
			
		
	
	
		e8f583244a
		
	
	
	
	
		
			
			importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # test iso-8859-1 encoding
 | |
| # -*- encoding: iso-8859-1 -*-
 | |
| test = ("Les hommes ont oublié cette vérité, "
 | |
|         "dit le renard. Mais tu ne dois pas l'oublier. Tu deviens "
 | |
|         "responsable pour toujours de ce que tu as apprivoisé.")
 |