[docs] [issue30588] Missing documentation for codecs.escape_decode

Matthieu Dartiailh report at bugs.python.org
Wed Jun 7 11:02:55 EDT 2017


New submission from Matthieu Dartiailh:

codecs.escape_decode does not appear in the codecs documentation. This function is to my knowledge the only convenient way to process the escaped characters in a literal string (actually found here https://stackoverflow.com/questions/4020539/process-escape-sequences-in-a-string-in-python). It is most useful when implementing a parser for a language extending python semantic while retaining python processing of string (cf https://github.com/MatthieuDartiailh/enaml).

Is there a reason for that function not being documented ?

----------
assignee: docs at python
components: Documentation
messages: 295342
nosy: docs at python, mdartiailh
priority: normal
severity: normal
status: open
title: Missing documentation for codecs.escape_decode
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30588>
_______________________________________


More information about the docs mailing list