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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, r.david.murray
Date 2009-07-23.13:59:26
SpamBayes Score 0.0034482786
Marked as misclassified No
Message-id <1248357568.42.0.6216850638.issue6551@psf.upfronthosting.co.za>
In-reply-to
Content
A simple solution could be to import encodings.ascii in regrtest.py,
before it saves the list of modules.

Or, since codecs are stored in a global cache dictionary that cannot be
cleared (interp->codec_search_cache), avoid unloading modules from the
encodings package.
History
Date User Action Args
2009-07-23 13:59:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, alexandre.vassalotti, r.david.murray
2009-07-23 13:59:28amaury.forgeotdarcsetmessageid: <1248357568.42.0.6216850638.issue6551@psf.upfronthosting.co.za>
2009-07-23 13:59:26amaury.forgeotdarclinkissue6551 messages
2009-07-23 13:59:26amaury.forgeotdarccreate