[ python-Bugs-1190204 ] 3.29 site is confusing re site-packages on Windows
SourceForge.net
noreply at sourceforge.net
Wed Aug 24 07:10:25 CEST 2005
Bugs item #1190204, was opened at 2005-04-26 07:26
Message generated for change (Comment added) made by rhettinger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1190204&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Kent Johnson (kjohnson)
>Assigned to: Reinhold Birkenfeld (birkenfeld)
Summary: 3.29 site is confusing re site-packages on Windows
Initial Comment:
Library Reference 3.29 site seems to say that
site-packages is only searched on Unix and Mac. The
relevant sentence is in the third paragraph: "For the
tail part, it uses the empty string (on Windows) or it
uses first lib/python2.4/site-packages and then
lib/site-python (on Unixand Macintosh)."
A clearer and more accurate wording would be "For the
tail part, it uses the empty string and lib/site-python
(on Windows) or it uses first
lib/python2.4/site-packages and then lib/site-python
(on Unixand Macintosh)."
The relevant code is line 187 in site.py.
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2005-08-24 00:10
Message:
Logged In: YES
user_id=80475
Before you check in doc changes, be sure to spellcheck and use:
python -m texcheck libsite.tex
----------------------------------------------------------------------
Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-06-03 13:24
Message:
Logged In: YES
user_id=1188172
Fix attached; okay to checkin?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1190204&group_id=5470
More information about the Python-bugs-list
mailing list