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 terry.reedy
Recipients docs@python, rhettinger, sandro.tosi, terry.reedy
Date 2011-04-29.23:28:46
SpamBayes Score 4.831674e-05
Marked as misclassified No
Message-id <1304119730.52.0.0211547566528.issue11948@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the patch produces the following as the first sentence

"When a module named :mod:`spam` is imported, the interpreter searches for a file named :file:`spam.py` in a list of directories given by the variable ``sys.path`` which is initialized from the directory containing the input script (or the current directory), :envvar:`PYTHONPATH` (a list of directory names, with the same syntax as the shell variable :envvar:`PATH`) and the installation-dependent default."

This is more that a 'mouthful', especially for a tutorial, and I think is should be split into two:
variable ``sys.path``.  ``Sys.path`` is initialized ...
History
Date User Action Args
2011-04-29 23:28:50terry.reedysetrecipients: + terry.reedy, rhettinger, sandro.tosi, docs@python
2011-04-29 23:28:50terry.reedysetmessageid: <1304119730.52.0.0211547566528.issue11948@psf.upfronthosting.co.za>
2011-04-29 23:28:46terry.reedylinkissue11948 messages
2011-04-29 23:28:46terry.reedycreate