This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python 2.1 site.py patch
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: mhammond Nosy List: gleen, loewis, mhammond, tim.peters
Priority: normal Keywords: patch

Created on 2001-05-08 15:03 by gleen, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
site.py.patch gleen, 2001-05-08 15:03 Python 2.1 site.py patch
Messages (4)
msg36538 - (view) Author: Gleen Aduana (gleen) Date: 2001-05-08 15:03
site-package support in Python 2.1 does not work
in Windows because site.py fails to add the
site-package directory in sys.path



msg36539 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2001-05-09 19:32
Logged In: YES 
user_id=31435

Mark, has site-packages ever worked on Windows?  Not that I 
can recall.  Do you want it to (the patch appears to want 
it to work the way it works on Macintosh (classic) boxes)?
msg36540 - (view) Author: Gleen Aduana (gleen) Date: 2001-05-10 06:30
Logged In: YES 
user_id=214628

It seems that PEP 250 (for release 2.2) addresses 
the same issue but was too late to have been included 
in release 2.1-final.
msg36541 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-08-16 10:14
Logged In: YES 
user_id=21627

This patch seems to be outdated, site-packages is already
added to sys.path on all systems. If you think something
still needs to be done, please submit a new patch. Make sure
you use a context (-c) or unified (-u) diff then.
History
Date User Action Args
2022-04-10 16:04:02adminsetgithub: 34476
2001-05-08 15:03:01gleencreate