File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -811,12 +811,10 @@ Glossary
811811      processed.
812812
813813   loader
814-       An object that loads a module. It must define a method named
815-       :meth: `exec_module `, along with :meth: `create_module `.
816-       The :meth: `load_module ` method, which was used in earlier
817-       versions of Python, has been deprecated since version 3.4
818-       and should no longer be implemented in new code. A loader is
819-       typically returned by a :term: `finder `. See also:
814+       An object that loads a module. It must define the
815+       :meth: `!exec_module ` and :meth: `!create_module ` methods
816+       to implement the :class: `~importlib.abc.Loader ` interface.
817+       A loader is typically returned by a :term: `finder `. See also:
820818
821819      * :ref: `finders-and-loaders `
822820      * :class: `importlib.abc.Loader `
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments