mirror of https://github.com/python/cpython
#3510: future-proof text
This commit is contained in:
parent
dee0b175f6
commit
e6896050a3
|
@ -62,10 +62,11 @@ and :file:`bar.pth` contains::
|
||||||
|
|
||||||
bar
|
bar
|
||||||
|
|
||||||
Then the following directories are added to ``sys.path``, in this order::
|
Then the following version-specific directories are added to
|
||||||
|
``sys.path``, in this order::
|
||||||
|
|
||||||
/usr/local/lib/python2.6/site-packages/bar
|
/usr/local/lib/pythonX.Y/site-packages/bar
|
||||||
/usr/local/lib/python2.6/site-packages/foo
|
/usr/local/lib/pythonX.Y/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…
Reference in New Issue