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 ezio.melotti, josh.r, pitrou, serhiy.storchaka, vstinner
Date 2014-04-04.17:35:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396632953.09.0.227045900847.issue21118@psf.upfronthosting.co.za>
In-reply-to
Content
> - drop optimizations for error handlers different than "ignore" because there is no unit tests for them, and str.translate() uses "ignore". It's safer to drop untested optimization.

It is unsafe to do such nontrivial modifications for untested code.
History
Date User Action Args
2014-04-04 17:35:53serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, josh.r
2014-04-04 17:35:53serhiy.storchakasetmessageid: <1396632953.09.0.227045900847.issue21118@psf.upfronthosting.co.za>
2014-04-04 17:35:53serhiy.storchakalinkissue21118 messages
2014-04-04 17:35:52serhiy.storchakacreate