Message 274858 - Python tracker

Message274858

Author eric.snow
Recipients brett.cannon, eric.snow, syeberman, terry.reedy
Date 2016-09-07.18:25:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473272709.53.0.681228556704.issue16384@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch.  Per a suggestion from Brett, I've chained the original EOFError with an ImportError.  The consequence is that the problematic encoding is skipped (silently) rather than causing the interpreter to abort.

FYI, I've opened issue #28005 to address how we silently skip encodings that fail to import.
History
Date User Action Args
2016-09-07 18:25:10eric.snowsetrecipients: + eric.snow, brett.cannon, terry.reedy, syeberman
2016-09-07 18:25:09eric.snowsetmessageid: <1473272709.53.0.681228556704.issue16384@psf.upfronthosting.co.za>
2016-09-07 18:25:09eric.snowlinkissue16384 messages
2016-09-07 18:25:09eric.snowcreate