[issue12359] tutorial: Module search path description is incorrect

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset a57134dd8688 by Senthil Kumaran in branch '3.2': Fix closes Issue12359 - Removing a confusing sentence from the previous change. http://hg.python.org/cpython/rev/a57134dd8688 New changeset 18ebc7809cb2 by Senthil Kumaran in branch 'default': merge

[issue12359] tutorial: Module search path description is incorrect

2011-06-20 Thread anatoly techtonik
anatoly techtonik added the comment: I attach file for testing import if anybody needs it. Move module.py to your current directory, but out of the dir with script.py and execute script.py using relative path from there. -- Added file: http://bugs.python.org/file22413/portable-test.7z

[issue12359] tutorial: Module search path description is incorrect

2011-06-20 Thread anatoly techtonik
anatoly techtonik added the comment: On Mon, Jun 20, 2011 at 3:42 AM, Roundup Robot 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

[issue12359] tutorial: Module search path description is incorrect

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6c16a31e0442 by Senthil Kumaran in branch '2.7': Fix issue12359. Minor doc update on import module description. http://hg.python.org/cpython/rev/6c16a31e0442 -- ___ Python tracker

[issue12359] tutorial: Module search path description is incorrect

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: 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 New changeset 8754fd2ff64a by Senthil Kumaran in branch 'default': merge from 3.2. Iss

[issue12359] tutorial: Module search path description is incorrect

2011-06-18 Thread R. David Murray
R. David Murray added the comment: The second paragraph goes on to cover your point, but I agree that it is not as clear as it should be. -- nosy: +r.david.murray ___ Python tracker __

[issue12359] tutorial: Module search path description is incorrect

2011-06-18 Thread anatoly techtonik
New submission from anatoly techtonik : http://docs.python.org/tutorial/modules.html#the-module-search-path Module search path order description is misleading. When a module named spam is imported, the interpreter searches for a file named spam.py in the directory of the script with import ins