[Python-Dev] [Python-checkins] peps: Added dynamic path computation rationale, specification, and discussion.

Nick Coghlan ncoghlan at gmail.com
Wed May 23 02:42:22 CEST 2012


On Wed, May 23, 2012 at 10:35 AM, eric.smith <python-checkins at python.org> wrote:
> +  4. An attempt is made to import an ``encodings`` portion that is
> +     found on a path added in step 3.

I'd phrase this as something like "import an encoding from an
``encodings`` portion". You don't really import namespace package
portions directly - you import the modules and packages they contain.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list