[New-bugs-announce] [issue3510] Site-specific configuration hook documentation incorrect
P. Roebuck
report at bugs.python.org
Wed Aug 6 17:06:06 CEST 2008
New submission from P. Roebuck <plroebuck at mdanderson.org>:
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>
----------
assignee: georg.brandl
components: Documentation
messages: 70785
nosy: georg.brandl, proebuck
severity: normal
status: open
title: Site-specific configuration hook documentation incorrect
versions: Python 2.4, Python 2.5, Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3510>
_______________________________________
More information about the New-bugs-announce
mailing list