From a81d527ca99c4c763b2170d882c62f2e536bfc7c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 16 Jun 2013 19:17:12 -0400 Subject: [PATCH] documentation suggesting something which doesn't exist --- Doc/library/importlib.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 0c8b8e8ec0..8272efeea5 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 -- 2.40.0