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 bgailer, docs@python, ezio.melotti, georg.brandl, jjposner, josh.r, lilbludot, martin.panter, serhiy.storchaka, terry.reedy, vstinner
Date 2014-12-21.16:59:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419181165.9.0.117431387835.issue21279@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed wording looks superfluously verbose to me.

Look also at description in Include/unicodeobject.h:

/* Translate a string by applying a character mapping table to it and
   return the resulting Unicode object.

   The mapping table must map Unicode ordinal integers to Unicode
   ordinal integers or None (causing deletion of the character).

   Mapping tables may be dictionaries or sequences. Unmapped character
   ordinals (ones which cause a LookupError) are left untouched and
   are copied as-is.

*/

It is repeated (more detailed) in Doc/c-api/unicode.rst. Isn't it pretty clear?
History
Date User Action Args
2014-12-21 16:59:25serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, vstinner, bgailer, ezio.melotti, jjposner, docs@python, martin.panter, josh.r, lilbludot
2014-12-21 16:59:25serhiy.storchakasetmessageid: <1419181165.9.0.117431387835.issue21279@psf.upfronthosting.co.za>
2014-12-21 16:59:25serhiy.storchakalinkissue21279 messages
2014-12-21 16:59:25serhiy.storchakacreate