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 christian.heimes
Recipients barry, brett.cannon, christian.heimes, eric.araujo, lemburg, pitrou, serhiy.storchaka
Date 2012-11-19.19:55:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353354958.34.0.189471869884.issue16499@psf.upfronthosting.co.za>
In-reply-to
Content
New patch with typo fixes and update for recent modification in the make_flags() function.

Marc:
The patch was motivated by use cases like Barry's issue with 3rd party software that accidentally messes with Python scripts like lsb_release. Your use case (testing) is valid but not the main focus here. Unmodified mode doesn't fit the bill either, Python can still import system wide packages or modifications from a venv.

Apropos venv, I need to check how the option is affected by venv.
History
Date User Action Args
2012-11-19 19:55:58christian.heimessetrecipients: + christian.heimes, lemburg, barry, brett.cannon, pitrou, eric.araujo, serhiy.storchaka
2012-11-19 19:55:58christian.heimessetmessageid: <1353354958.34.0.189471869884.issue16499@psf.upfronthosting.co.za>
2012-11-19 19:55:58christian.heimeslinkissue16499 messages
2012-11-19 19:55:58christian.heimescreate