From: Georg Brandl Date: Sun, 3 Aug 2008 10:04:14 +0000 (+0000) Subject: Use version 3.0. X-Git-Tag: v3.0b3~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abecbf7f8daf63368d7ea7975767134132d1b129;p=python Use version 3.0. --- diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 50dfb383af..73ec7bfc8a 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -61,8 +61,8 @@ and :file:`bar.pth` contains:: 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