This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmugtasimov
Recipients brett.cannon, dmugtasimov, docs@python, ncoghlan, r.david.murray
Date 2013-01-09.07:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357718145.67.0.756708715287.issue16891@psf.upfronthosting.co.za>
In-reply-to
Content
Further investigation led me to the conclusion that "TO BE" should look like this:

6.1.2. The Module Search Path

When a module named spam is imported, the interpreter first searches in the containing package (the package of which the current module is a submodule) if applicable (a module is not required to be a submodule of a package). If not found or module is not a part of any package it searches for a built-in module with that name. If not found, it then searches for a file named spam.py in a list of directories given by the variable sys.path. sys.path is initialized from these locations:
History
Date User Action Args
2013-01-09 07:55:45dmugtasimovsetrecipients: + dmugtasimov, brett.cannon, ncoghlan, r.david.murray, docs@python
2013-01-09 07:55:45dmugtasimovsetmessageid: <1357718145.67.0.756708715287.issue16891@psf.upfronthosting.co.za>
2013-01-09 07:55:45dmugtasimovlinkissue16891 messages
2013-01-09 07:55:45dmugtasimovcreate