mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is needed to execute a module.
This commit is contained in:
parent
4fd26488a2
commit
23460291ec
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ are also provided to help in implementing the core ABCs.
|
|||
.. class:: ExecutionLoader
|
||||
|
||||
An abstract base class which inherits from :class:`InspectLoader` that,
|
||||
when implemented, allows a module to be executed as a script. The ABC
|
||||
when implemented, helps a module to be executed as a script. The ABC
|
||||
represents an optional :pep:`302` protocol.
|
||||
|
||||
.. method:: get_filename(fullname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue