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.

Author Arfrever
Recipients Arfrever, ajaksu2, doko, dugan, eric.araujo, loewis, nyb, pitrou, r.david.murray
Date 2011-01-28.20:28:50
SpamBayes Score 0.02625168
Marked as misclassified No
Message-id <1296246533.22.0.0149389018415.issue1674555@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching the patch, which works for me.
- New, private variable (_PYTHONNOSITEPACKAGES) disables addition of site-packages directories to sys.path.
- regrtest.py always runs test_site.py in a subprocess.
History
Date User Action Args
2011-01-28 20:28:53Arfreversetrecipients: + Arfrever, loewis, doko, pitrou, nyb, ajaksu2, dugan, eric.araujo, r.david.murray
2011-01-28 20:28:53Arfreversetmessageid: <1296246533.22.0.0149389018415.issue1674555@psf.upfronthosting.co.za>
2011-01-28 20:28:51Arfreverlinkissue1674555 messages
2011-01-28 20:28:51Arfrevercreate