From: Brett Cannon Date: Wed, 21 Jul 2010 09:48:31 +0000 (+0000) Subject: Minor clarification about importlib.abc.SourceLoader.get_filename. X-Git-Tag: v3.2a1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dfbff3ff3773679251876284e437be4754e1452;p=thirdparty%2FPython%2Fcpython.git Minor clarification about importlib.abc.SourceLoader.get_filename. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 1e0ea5eb62bc..7a2434e10b74 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -228,7 +228,7 @@ are also provided to help in implementing the core ABCs. * :meth:`ResourceLoader.get_data` * :meth:`ExecutionLoader.get_filename` - Implement to only return the path to the source file; sourceless + Should only return the path to the source file; sourceless loading is not supported. The abstract methods defined by this class are to add optional bytecode