On Wed, May 23, 2012 at 10:35 AM, eric.smith <python-check...@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 | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com