Message275011
Is it deliberate that inner import errors should be treated as if the codec is missing? Another search function isn't going to help in that case unless it finds the same encoding in another place. I didn't see any evidence of that, and apparently neither did Eric (but I was bitten by a misspelt import within my new encodings/oem.py giving a confusing message).
I don't think any encoding modules in the stdlib should fail to import. This change ensures that we hear about it if they do fail. |
|
Date |
User |
Action |
Args |
2016-09-08 13:18:20 | steve.dower | set | recipients:
+ steve.dower, lemburg, syeberman, python-dev, eric.snow |
2016-09-08 13:18:20 | steve.dower | set | messageid: <1473340700.8.0.405227208648.issue28005@psf.upfronthosting.co.za> |
2016-09-08 13:18:20 | steve.dower | link | issue28005 messages |
2016-09-08 13:18:20 | steve.dower | create | |
|