mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	|  c049952de7 importlib.abc.FileLoader.load_module()/get_filename() and importlib.machinery.ExtensionFileLoader.load_module() have their single argument be optional as the loader's constructor has all the ncessary information. This allows for the deprecation of imp.load_source()/load_compile()/load_package(). | ||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_abc_loader.py | ||
| test_case_sensitivity.py | ||
| test_file_loader.py | ||
| test_finder.py | ||
| test_path_hook.py | ||
| test_source_encoding.py | ||
| util.py | ||