[issue8648] The UTF-7 codec functions are undocumented
New submission from Daniel Stutzbach <daniel@stutzbachenterprises.com>: The UTF-7 codec functions are undocumented: PyUnicode_DecodeUTF7Stateful PyUnicode_DecodeUTF7 PyUnicode_EncodeUTF7 ---------- assignee: docs@python components: Documentation messages: 105207 nosy: docs@python, stutzbach priority: normal severity: normal stage: needs patch status: open title: The UTF-7 codec functions are undocumented versions: Python 2.6, Python 3.1 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8648> _______________________________________
Changes by STINNER Victor <victor.stinner@haypocalc.com>: ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8648> _______________________________________
Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r83558. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8648> _______________________________________
STINNER Victor <victor.stinner@haypocalc.com> added the comment:
Thanks, fixed in r83558.
.. cfunction:: PyObject* PyUnicode_DecodeUTF8Stateful(...) UTF-7 or UTF-8? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8648> _______________________________________
Éric Araujo <merwok@netwok.org> added the comment: FTR, typo fixed in r83977. ---------- nosy: +eric.araujo stage: needs patch -> committed/rejected _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8648> _______________________________________
participants (4)
-
Daniel Stutzbach
-
Georg Brandl
-
STINNER Victor
-
Éric Araujo