[Python-checkins] cpython: documentation suggesting something which doesn't exist

brett.cannon python-checkins at python.org
Mon Jun 17 01:17:20 CEST 2013


http://hg.python.org/cpython/rev/69b0b713865e
changeset:   84177:69b0b713865e
user:        Brett Cannon <brett at python.org>
date:        Sun Jun 16 19:17:12 2013 -0400
summary:
  documentation suggesting something which doesn't exist

files:
  Doc/library/importlib.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -524,8 +524,7 @@
     * :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list