Discussion:
[Python-3000-checkins] r65433 - python/branches/py3k/Doc/library/site.rst
georg.brandl
2008-08-03 10:04:14 UTC
Permalink
Author: georg.brandl
Date: Sun Aug 3 12:04:14 2008
New Revision: 65433

Log:
Use version 3.0.


Modified:
python/branches/py3k/Doc/library/site.rst

Modified: python/branches/py3k/Doc/library/site.rst
==============================================================================
--- python/branches/py3k/Doc/library/site.rst (original)
+++ python/branches/py3k/Doc/library/site.rst Sun Aug 3 12:04:14 2008
@@ -61,8 +61,8 @@

Then the following directories are added to ``sys.path``, in this order::

- /usr/local/lib/python2.6/site-packages/bar
- /usr/local/lib/python2.6/site-packages/foo
+ /usr/local/lib/python3.0/site-packages/bar
+ /usr/local/lib/python3.0/site-packages/foo

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
Loading...