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