]> granicus.if.org Git - python/commitdiff
Explain a little about the explanation.
authorBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 23:36:48 +0000 (23:36 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 23:36:48 +0000 (23:36 +0000)
Doc/library/importlib.rst

index c768ebe1e4563268f4b1f566b5ecdaf84a1b263c..8c103774b68a5cd54046675772d2d15dbeedeb23 100644 (file)
@@ -388,6 +388,11 @@ an :term:`importer`.
 Example
 -------
 
+Below is an example meta path importer that uses a dict for back-end storage
+for source code. While not an optimal solution -- manipulations of
+:attr:`__path__` on packages does not influence import -- it does illustrate
+what little is required to implement an importer.
+
 .. testcode::
 
     """An importer where source is stored in a dict."""