[docs] [issue12359] tutorial: Module search path description is incorrect

anatoly techtonik report at bugs.python.org
Mon Jun 20 11:00:20 CEST 2011


anatoly techtonik <techtonik at gmail.com> added the comment:

On Mon, Jun 20, 2011 at 3:42 AM, Roundup Robot <report at bugs.python.org> wrote:
>
> New changeset bf8b4c43fb94 by Senthil Kumaran in branch '3.2':
> Fix closes Issue12359 - Minor update to module import description.
> http://hg.python.org/cpython/rev/bf8b4c43fb94

1. There is a typo 'thecurrent' in this commit
2. The interpreter doesn't search current directory. The first item appended to sys.path is the directory of the importing script.

----------
resolution: fixed -> remind
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12359>
_______________________________________


More information about the docs mailing list