New submission from Serhiy Storchaka:

Proposed patch adds the documentation of PyUnicode_Translate() and fixes the 
documentation of other mapping codec APIs (it is incorrect in Python 3): 
PyUnicode_DecodeCharmap(), PyUnicode_AsCharmapString(), 
PyUnicode_EncodeCharmap(), and PyUnicode_TranslateCharmap().

----------
assignee: docs@python
components: Documentation, Unicode
files: docs-PyUnicode_Translate.patch
keywords: patch
messages: 281259
nosy: docs@python, ezio.melotti, haypo, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fixed the documentation of the mapping codec APIs
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45557/docs-PyUnicode_Translate.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28749>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to