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.
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:37 | admin | set | github: 47760 |
| 2008年09月27日 22:54:39 | akuchling | set | status: open -> closed nosy: + akuchling resolution: fixed messages: + msg73945 |
| 2008年08月06日 15:06:05 | proebuck | create | |