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:55 by stutzbach, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg105203 - (view) | Author: Daniel Stutzbach (stutzbach) (Python committer) | Date: 2010年05月07日 15:55 | |
PyUnicode_AsEncodedObject is undocumented. It has the same signature as PyUnicode_AsEncodedString, although they do slightly different things based on a brief source code inspection (I'm not clear on what that difference is though). |
|||
| msg107837 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2010年06月14日 22:53 | |
Can you write a patch? See also #8646. |
|||
| msg107871 - (view) | Author: Daniel Stutzbach (stutzbach) (Python committer) | Date: 2010年06月15日 13:55 | |
I'm not really clear on what PyUnicode_AsEncodedObject does (as opposed to PyUnicode_AsEncodedString). Someone already familiar with those two functions would have a much easier time writing a documentation patch. |
|||
| msg121672 - (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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:00 | admin | set | github: 52891 |
| 2010年11月20日 23:19:42 | belopolsky | set | status: open -> closed resolution: duplicate superseder: Document unicode C-API in reST |
| 2010年11月20日 16:23:45 | hodgestar | set | nosy:
+ hodgestar messages: + msg121672 |
| 2010年06月15日 13:55:18 | stutzbach | set | messages: + msg107871 |
| 2010年06月14日 22:53:05 | vstinner | set | messages: + msg107837 |
| 2010年05月13日 01:11:03 | vstinner | set | nosy:
+ vstinner |
| 2010年05月07日 15:55:34 | stutzbach | create | |