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.17:22:21
SpamBayes Score 0.0010470608
Marked as misclassified No
Message-id <1305307341.92.0.934646145821.issue11948@psf.upfronthosting.co.za>
In-reply-to
Content
About Terry’s suggestion to change "This allows Python programs to modify or replace the module search path" to "After initialization, Python programs can modify sys.path": IMO the old text is talking about intent (modify the module search path) and the replacement about implementation (modify sys.path).  I prefer the former; what do you think?
History
Date User Action Args
2011-05-13 17:22:22eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, terry.reedy, ezio.melotti, r.david.murray, sandro.tosi, docs@python
2011-05-13 17:22:21eric.araujosetmessageid: <1305307341.92.0.934646145821.issue11948@psf.upfronthosting.co.za>
2011-05-13 17:22:21eric.araujolinkissue11948 messages
2011-05-13 17:22:21eric.araujocreate