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 martin.panter
Recipients doerwalter, lemburg, martin.panter, ncoghlan, serhiy.storchaka
Date 2015-03-23.02:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427078093.49.0.403092764836.issue23676@psf.upfronthosting.co.za>
In-reply-to
Content
I think I saw your patch for Issue 18814 proposes to use UnicodeTranslateError. Is there any other case where it is used, either currently or in the past? All I know of it is the documentation, which says it is raised “during translating”.

Experimenting with the constructor reveals that the “object” attribute is only allowed to be a text string (not bytes). So perhaps “translating” actually means converting from text strings to text strings, like “rot-13”. It would be nice if this were documented somewhere, rather than just saying translating is now supported.
History
Date User Action Args
2015-03-23 02:34:53martin.pantersetrecipients: + martin.panter, lemburg, doerwalter, ncoghlan, serhiy.storchaka
2015-03-23 02:34:53martin.pantersetmessageid: <1427078093.49.0.403092764836.issue23676@psf.upfronthosting.co.za>
2015-03-23 02:34:53martin.panterlinkissue23676 messages
2015-03-23 02:34:53martin.pantercreate