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 serhiy.storchaka
Recipients doerwalter, lemburg, serhiy.storchaka, terry.reedy, vstinner, 王杰
Date 2015-12-26.11:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451129137.98.0.899338458571.issue25937@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is not that an error is raised with coding:utf8, but that it isn't raised with coding:utf-8.

Here is an example with bad iso8859-3. An error is raised as expected.
History
Date User Action Args
2015-12-26 11:25:38serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, terry.reedy, vstinner, 王杰
2015-12-26 11:25:37serhiy.storchakasetmessageid: <1451129137.98.0.899338458571.issue25937@psf.upfronthosting.co.za>
2015-12-26 11:25:37serhiy.storchakalinkissue25937 messages
2015-12-26 11:25:37serhiy.storchakacreate