Issue 8648: The UTF-7 codec functions are undocumented (original) (raw)

Issue8648

Created on 2010-05-07 16:10 by stutzbach, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg105207 - (view) Author: Daniel Stutzbach (stutzbach) (Python committer) Date: 2010-05-07 16:10
The UTF-7 codec functions are undocumented: PyUnicode_DecodeUTF7Stateful PyUnicode_DecodeUTF7 PyUnicode_EncodeUTF7
msg112531 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-08-02 20:05
Thanks, fixed in r83558.
msg113738 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-08-13 01:36
> Thanks, fixed in r83558. .. cfunction:: PyObject* PyUnicode_DecodeUTF8Stateful(...) UTF-7 or UTF-8?
msg124658 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-12-26 02:11
FTR, typo fixed in r83977.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52894
2010-12-26 02:11:06 eric.araujo set nosy: + eric.araujomessages: + stage: needs patch -> resolved
2010-08-13 01:36:19 vstinner set messages: +
2010-08-02 20:05:27 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2010-05-13 01:10:44 vstinner set nosy: + vstinner
2010-05-07 16:10:35 stutzbach create