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 christian.heimes, dhduvall, jbeck
Date 2015-04-29.21:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430343569.93.0.878707912166.issue24077@psf.upfronthosting.co.za>
In-reply-to
Content
The isolated mode implies -E (ignore env vars) and -s (don't add user site directory). The code and tests are correct, just the man page is wrong. The site module is still loaded in -I mode as it doesn't impose any security implications.

I'd looks like I made a typo in dd0d751cc7f1 and used upper case instead of lower case for python.man.
History
Date User Action Args
2015-04-29 21:39:29christian.heimessetrecipients: + christian.heimes, dhduvall, jbeck
2015-04-29 21:39:29christian.heimessetmessageid: <1430343569.93.0.878707912166.issue24077@psf.upfronthosting.co.za>
2015-04-29 21:39:29christian.heimeslinkissue24077 messages
2015-04-29 21:39:29christian.heimescreate