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 eric.araujo
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, r.david.murray, rhettinger, sandro.tosi, terry.reedy
Date 2011-05-13.18:17:24
SpamBayes Score 0.00017976984
Marked as misclassified No
Message-id <1305310645.41.0.556776675691.issue11948@psf.upfronthosting.co.za>
In-reply-to
Content
> First, I dislike 'This allows' on stylistic grounds
Fully agreed, sir!

> The whole paragraph is about sys.path, so it is not an hidden detail.
It may be that I miss context; I don’t actually know whether the paragraph is only about sys.path or about module search in general.  Apologies if my comments are only noise.  This is my last proposal:

“After initialization, Python programs can modify sys.path to modify or replace the module search path (except for built-in modules)”

If it’s redundant, then +1 to your earlier suggestion.
History
Date User Action Args
2011-05-13 18:17:25eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, terry.reedy, ezio.melotti, r.david.murray, sandro.tosi, docs@python
2011-05-13 18:17:25eric.araujosetmessageid: <1305310645.41.0.556776675691.issue11948@psf.upfronthosting.co.za>
2011-05-13 18:17:24eric.araujolinkissue11948 messages
2011-05-13 18:17:24eric.araujocreate