Issue 8645: PyUnicode_AsEncodedObject is undocumented
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) ![]() |
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) * ![]() |
Date: 2010-06-14 22:53 | |
Can you write a patch? See also #8646. |
|||
| msg107871 - (view) | Author: Daniel Stutzbach (stutzbach) ![]() |
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 | |
