[issue8648] The UTF-7 codec functions are undocumented

2010-12-25 Thread Éric Araujo
Éric Araujo added the comment: FTR, typo fixed in r83977. -- nosy: +eric.araujo stage: needs patch -> committed/rejected ___ Python tracker ___ __

[issue8648] The UTF-7 codec functions are undocumented

2010-08-12 Thread STINNER Victor
STINNER Victor added the comment: > Thanks, fixed in r83558. .. cfunction:: PyObject* PyUnicode_DecodeUTF8Stateful(...) UTF-7 or UTF-8? -- ___ Python tracker ___ _

[issue8648] The UTF-7 codec functions are undocumented

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83558. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8648] The UTF-7 codec functions are undocumented

2010-05-12 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8648] The UTF-7 codec functions are undocumented

2010-05-07 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : The UTF-7 codec functions are undocumented: PyUnicode_DecodeUTF7Stateful PyUnicode_DecodeUTF7 PyUnicode_EncodeUTF7 -- assignee: d...@python components: Documentation messages: 105207 nosy: d...@python, stutzbach priority: normal severity: normal st