Doc changes are now checked in. Someone who has not been starting at import for over two years should probably go in and clean it up as it is probably not clear to a newbie (but then again newbies should not be reading the language ref; more worried about the docs in sys).<br>

<br><div class="gmail_quote">On Mon, Mar 16, 2009 at 15:39, Brett Cannon <span dir="ltr">&lt;<a href="mailto:brett@python.org">brett@python.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

At this point importlib is done for its public API for Python 3.1. That means it&#39;s time to turn my attention to making sure the semantics of import are well documented. But where to put all of the details? The language reference for import (<a href="http://docs.python.org/dev/py3k/reference/simple_stmts.html#the-import-statement" target="_blank">http://docs.python.org/dev/py3k/reference/simple_stmts.html#the-import-statement</a>) explains the basics, but is lacking all of the details of PEP 302 and other stuff like __path__ that have existed for ages.<br>


<br>My question is if I should flesh out the details in the language reference or do it in importlib&#39;s intro docs. The main reason I could see not doing it in the langauge reference (or at least duplicating it) is it would be somewhat easier to reference specific objects in importlib but I am not sure if the language reference should try to stay away from stdlib references.<br>

<font color="#888888">
<br>-Brett<br>
</font></blockquote></div><br>