]> granicus.if.org Git - python/commitdiff
Fix site module docstring to match the code
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 12 Jun 2006 08:19:37 +0000 (08:19 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 12 Jun 2006 08:19:37 +0000 (08:19 +0000)
Lib/site.py

index c44c3937ecf74eabb2de812aaba721d660e82bc0..a5c39f508c4489575309e3737eddd84f618a0e7e 100644 (file)
@@ -13,8 +13,8 @@ works).
 This will append site-specific paths to the module search path.  On
 Unix, it starts with sys.prefix and sys.exec_prefix (if different) and
 appends lib/python<version>/site-packages as well as lib/site-python.
-On other platforms (mainly Mac and Windows), it uses just sys.prefix
-(and sys.exec_prefix, if different, but this is unlikely).  The
+On other platforms (mainly Mac and Windows), it tries each of the
+prefixes directly, as well as with lib/site-packages appended.  The
 resulting directories, if they exist, are appended to sys.path, and
 also inspected for path configuration files.