[Python-Dev] [Python-checkins] peps: Added dynamic path computation rationale, specification, and discussion. (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Wed May 23 02:42:22 CEST 2012
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): #14804: Remove [] around optional arguments with default values
- Next message: [Python-Dev] Benchmark performance...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): #14804: Remove [] around optional arguments with default values
- Next message: [Python-Dev] Benchmark performance...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]