diff options
author | Brett Cannon <brett@python.org> | 2013-06-16 19:17:12 -0400 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-06-16 19:17:12 -0400 |
commit | a81d527ca99c4c763b2170d882c62f2e536bfc7c (patch) | |
tree | 865c2b03d6f2b88b4ec671618fa29f34a4d9fa19 /Doc/library/importlib.rst | |
parent | Merge doc/argument name fix (diff) | |
download | cpython-a81d527ca99c4c763b2170d882c62f2e536bfc7c.tar.gz cpython-a81d527ca99c4c763b2170d882c62f2e536bfc7c.tar.bz2 cpython-a81d527ca99c4c763b2170d882c62f2e536bfc7c.zip |
documentation suggesting something which doesn't exist
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r-- | Doc/library/importlib.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 0c8b8e8ec02..8272efeea5b 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -524,8 +524,7 @@ ABC hierarchy:: * :meth:`ResourceLoader.get_data` * :meth:`ExecutionLoader.get_filename` Should only return the path to the source file; sourceless - loading is not supported (see :class:`SourcelessLoader` if that - functionality is required) + loading is not supported. The abstract methods defined by this class are to add optional bytecode file support. Not implementing these optional methods (or causing them to |