This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年05月07日 15:59 by stutzbach, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg105205 - (view) | Author: Daniel Stutzbach (stutzbach) (Python committer) | Date: 2010年05月07日 15:59 | |
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 into documentation. |
|||
| msg107836 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2010年06月14日 22:52 | |
Can you write a patch? |
|||
| msg107870 - (view) | Author: Daniel Stutzbach (stutzbach) (Python committer) | Date: 2010年06月15日 13:53 | |
Yes, though it may be a while before I find time to do so. |
|||
| msg121671 - (view) | Author: Simon Cross (hodgestar) | Date: 2010年11月20日 16:23 | |
This issue is subsumed by #10435 and can probably be closed as a duplicated. |
|||
| msg148100 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年11月22日 00:53 | |
I added tests for PyUnicode_EncodeDecimal() and PyUnicode_TransformDecimalToASCII() in Python 2.7, 3.2 and 3.3 (see also issue #13093). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:00 | admin | set | github: 52892 |
| 2011年11月22日 00:53:09 | vstinner | set | messages: + msg148100 |
| 2010年11月20日 23:20:12 | belopolsky | set | status: open -> closed resolution: duplicate superseder: Document unicode C-API in reST |
| 2010年11月20日 16:23:29 | hodgestar | set | nosy:
+ hodgestar messages: + msg121671 |
| 2010年06月15日 13:53:50 | stutzbach | set | messages: + msg107870 |
| 2010年06月14日 22:52:38 | vstinner | set | messages: + msg107836 |
| 2010年05月13日 01:10:56 | vstinner | set | nosy:
+ vstinner |
| 2010年05月07日 15:59:04 | stutzbach | create | |