mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
#3495: use current version.
This commit is contained in:
parent
aca98b0a2c
commit
1113803c5a
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ and :file:`bar.pth` contains::
|
||||||
|
|
||||||
Then the following directories are added to ``sys.path``, in this order::
|
Then the following directories are added to ``sys.path``, in this order::
|
||||||
|
|
||||||
/usr/local/lib/python2.3/site-packages/bar
|
/usr/local/lib/python2.6/site-packages/bar
|
||||||
/usr/local/lib/python2.3/site-packages/foo
|
/usr/local/lib/python2.6/site-packages/foo
|
||||||
|
|
||||||
Note that :file:`bletch` is omitted because it doesn't exist; the :file:`bar`
|
Note that :file:`bletch` is omitted because it doesn't exist; the :file:`bar`
|
||||||
directory precedes the :file:`foo` directory because :file:`bar.pth` comes
|
directory precedes the :file:`foo` directory because :file:`bar.pth` comes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue