Commit b25ceba9 authored by Brett Cannon's avatar Brett Cannon

Minor clarification about importlib.abc.SourceLoader.get_filename.

parent 4b644971
...@@ -228,7 +228,7 @@ are also provided to help in implementing the core ABCs. ...@@ -228,7 +228,7 @@ are also provided to help in implementing the core ABCs.
* :meth:`ResourceLoader.get_data` * :meth:`ResourceLoader.get_data`
* :meth:`ExecutionLoader.get_filename` * :meth:`ExecutionLoader.get_filename`
Implement to only return the path to the source file; sourceless Should only return the path to the source file; sourceless
loading is not supported. loading is not supported.
The abstract methods defined by this class are to add optional bytecode The abstract methods defined by this class are to add optional bytecode
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment