Message90846
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. |
|
Date |
User |
Action |
Args |
2009-07-23 13:59:28 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, alexandre.vassalotti, r.david.murray |
2009-07-23 13:59:28 | amaury.forgeotdarc | set | messageid: <1248357568.42.0.6216850638.issue6551@psf.upfronthosting.co.za> |
2009-07-23 13:59:26 | amaury.forgeotdarc | link | issue6551 messages |
2009-07-23 13:59:26 | amaury.forgeotdarc | create | |
|