Message 277330 - Python tracker

Message277330

Author christian.heimes
Recipients Niels.Heinen, brett.cannon, christian.heimes, eric.araujo, eric.snow, jcea, loewis, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, steve.dower, vstinner, yaccz
Date 2016-09-24.19:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474744922.05.0.584700708903.issue12238@psf.upfronthosting.co.za>
In-reply-to
Content
Steve took care of the readline import for isolated mode in #28192. We can't change the default behavior. If you want to prevent Python from important files from either cwd, user packages or env vars, you have to use isolated mode. System scripts should use the isolated mode flag, too.
History
Date User Action Args
2016-09-24 19:22:02christian.heimessetrecipients: + christian.heimes, loewis, brett.cannon, jcea, ncoghlan, pitrou, vstinner, eric.araujo, r.david.murray, eric.snow, Niels.Heinen, serhiy.storchaka, steve.dower, yaccz
2016-09-24 19:22:02christian.heimessetmessageid: <1474744922.05.0.584700708903.issue12238@psf.upfronthosting.co.za>
2016-09-24 19:22:02christian.heimeslinkissue12238 messages
2016-09-24 19:22:01christian.heimescreate