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 gregory.p.smith
Recipients docs@python, gregory.p.smith, njs
Date 2019-04-04.22:26:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554416769.95.0.261313535534.issue36530@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-04 22:26:09gregory.p.smithsetrecipients: + gregory.p.smith, njs, docs@python
2019-04-04 22:26:09gregory.p.smithsetmessageid: <1554416769.95.0.261313535534.issue36530@roundup.psfhosted.org>
2019-04-04 22:26:09gregory.p.smithlinkissue36530 messages
2019-04-04 22:26:09gregory.p.smithcreate