From: Brett Cannon Date: Sun, 16 Jun 2013 23:17:12 +0000 (-0400) Subject: documentation suggesting something which doesn't exist X-Git-Tag: v3.4.0a1~467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a81d527ca99c4c763b2170d882c62f2e536bfc7c;p=python documentation suggesting something which doesn't exist --- 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