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 jaraco
Recipients amaury.forgeotdarc, jaraco
Date 2012-05-18.18:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337364006.36.0.553695697996.issue14847@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the tip Amaury. Following that lead, I see that distribute does indeed have a sandbox module which attempts to sandbox sys.modules, which can break the encodings modules. I'm going to address the issue in distribute first, but I like the proposals you've put forth.

I like the fourth one in particular, because it's always bugged me when I see other modules implementing #2, which is a workaround for the broader problem.

Is #4 the kind of issue that would require a PEP?
History
Date User Action Args
2012-05-18 18:00:06jaracosetrecipients: + jaraco, amaury.forgeotdarc
2012-05-18 18:00:06jaracosetmessageid: <1337364006.36.0.553695697996.issue14847@psf.upfronthosting.co.za>
2012-05-18 18:00:05jaracolinkissue14847 messages
2012-05-18 18:00:05jaracocreate