[New-bugs-announce] [issue36530] Document codecs decode_encode() and encode_decode() APIs

Gregory P. Smith report at bugs.python.org
Thu Apr 4 18:26:09 EDT 2019


New submission from Gregory P. Smith <greg at krypto.org>:

The codecs module has public decode_encode() and encode_decode() functions.  They have never been documented, but are recommended for some uses such as:

https://stackoverflow.com/questions/14820429/how-do-i-decodestring-escape-in-python3/23151714#23151714

As public APIs, we should document them.

----------
assignee: docs at python
components: Documentation
messages: 339467
nosy: docs at python, gregory.p.smith, njs
priority: normal
severity: normal
stage: needs patch
status: open
title: Document codecs decode_encode() and encode_decode() APIs
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36530>
_______________________________________


More information about the New-bugs-announce mailing list