[Python-checkins] r65430 - python/trunk/Doc/library/site.rst
georg.brandl
python-checkins at python.org
Sun Aug 3 11:21:18 CEST 2008
Author: georg.brandl
Date: Sun Aug 3 11:21:18 2008
New Revision: 65430
Log:
#3495: use current version.
Modified:
python/trunk/Doc/library/site.rst
Modified: python/trunk/Doc/library/site.rst
==============================================================================
--- python/trunk/Doc/library/site.rst (original)
+++ python/trunk/Doc/library/site.rst Sun Aug 3 11:21:18 2008
@@ -64,8 +64,8 @@
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
+ /usr/local/lib/python2.6/site-packages/bar
+ /usr/local/lib/python2.6/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
More information about the Python-checkins
mailing list