mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #15627: This is simply an update to the name of a new method recently added
to importlib.abc.SourceLoader.
This commit is contained in:
parent
fe907e1870
commit
a6cfb28bd2
5 changed files with 14 additions and 14 deletions
|
@ -409,7 +409,7 @@ ABC hierarchy::
|
|||
When writing to the path fails because the path is read-only
|
||||
(:attr:`errno.EACCES`), do not propagate the exception.
|
||||
|
||||
.. method:: compile_source(data, path)
|
||||
.. method:: source_to_code(data, path)
|
||||
|
||||
Create a code object from Python source.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue