[issue8648] The UTF-7 codec functions are undocumented

2010-12-25 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: FTR, typo fixed in r83977. -- nosy: +eric.araujo stage: needs patch - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8648

[issue8648] The UTF-7 codec functions are undocumented

2010-08-12 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Thanks, fixed in r83558. .. cfunction:: PyObject* PyUnicode_DecodeUTF8Stateful(...) UTF-7 or UTF-8? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8648

[issue8648] The UTF-7 codec functions are undocumented

2010-08-02 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Thanks, fixed in r83558. -- nosy: +georg.brandl resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8648

[issue8648] The UTF-7 codec functions are undocumented

2010-05-12 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8648 ___ ___

[issue8648] The UTF-7 codec functions are undocumented

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