mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	 adfc118fda
			
		
	
	
		adfc118fda
		
			
		
	
	
	
	
		
			
			* Move Python scripts related to test_module to this new directory: good_getattr.py and bad_getattrX.py scripts. * Move Lib/test/test_module.py to Lib/test/test_module/__init__.py.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| x = 1
 | |
| 
 | |
| __getattr__ = "Surprise!"
 | |
| __dir__ = "Surprise again!"
 |