[issue8646] PyUnicode_EncodeDecimal is undocumented

2011-11-21 Thread STINNER Victor
STINNER Victor added the comment: I added tests for PyUnicode_EncodeDecimal() and PyUnicode_TransformDecimalToASCII() in Python 2.7, 3.2 and 3.3 (see also issue #13093). -- ___ Python tracker

[issue8646] PyUnicode_EncodeDecimal is undocumented

2010-11-20 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- resolution: -> duplicate status: open -> closed superseder: -> Document unicode C-API in reST ___ Python tracker ___ ___

[issue8646] PyUnicode_EncodeDecimal is undocumented

2010-11-20 Thread Simon Cross
Simon Cross added the comment: This issue is subsumed by #10435 and can probably be closed as a duplicated. -- nosy: +hodgestar ___ Python tracker ___ ___

[issue8646] PyUnicode_EncodeDecimal is undocumented

2010-06-15 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Yes, though it may be a while before I find time to do so. -- ___ Python tracker ___ ___ Python-bu

[issue8646] PyUnicode_EncodeDecimal is undocumented

2010-06-14 Thread STINNER Victor
STINNER Victor added the comment: Can you write a patch? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue8646] PyUnicode_EncodeDecimal is 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

[issue8646] PyUnicode_EncodeDecimal is undocumented

2010-05-07 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : PyUnicode_EncodeDecimal is undocumented (although it's referenced in passing in the documentation for PyLong_FromUnicode). There's a lengthy comment in unicodeobject.h describing PyUnicode_EncodeDecimal, which could be converted more or less directly int