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.

classification
Title: Site-specific configuration hook documentation incorrect
Type: Stage:
Components: Documentation Versions: Python 2.4, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: akuchling, georg.brandl, proebuck
Priority: normal Keywords:

Created on 2008-08-06 15:06 by proebuck, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg70785 - (view) Author: P. Roebuck (proebuck) Date: 2008-08-06 15:06
Documentation does not match due to version number inconsistency.

Current:
< Then the following directories are added to sys.path, in this order:
<
<
< /usr/local/lib/python2.3/site-packages/bar
< /usr/local/lib/python2.3/site-packages/foo

Proposed:
> Then the following directories are added to sys.path, in this order:
>
>
> /usr/local/lib/python{X.Y}/site-packages/bar
> /usr/local/lib/python{X.Y}/site-packages/foo

Syntax for proposed documentation fix may be incorrect, but this gives 
the general idea anyway...

<http://svn.python.org/view/python/trunk/Doc/library/site.rst?
rev=62788&view=markup>
msg73945 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-09-27 22:54
Changed in rev. 66660 to use the X.Y form.  Thanks!
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47760
2008-09-27 22:54:39akuchlingsetstatus: open -> closed
nosy: + akuchling
resolution: fixed
messages: + msg73945
2008-08-06 15:06:05proebuckcreate