Issue 8645: PyUnicode_AsEncodedObject is undocumented (original) (raw)

Issue8645

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/52891

classification

Title: PyUnicode_AsEncodedObject is undocumented
Type: Stage: needs patch
Components: Documentation Versions: Python 3.2, Python 2.7

process

Status: closed Resolution: duplicate
Dependencies: Superseder: Document unicode C-API in reST View:10435
Assigned To: docs@python Nosy List: docs@python, hodgestar, stutzbach, vstinner
Priority: normal Keywords:

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 -> closedresolution: duplicatesuperseder: Document unicode C-API in reST
2010-11-20 16:23:45 hodgestar set nosy: + hodgestarmessages: +
2010-06-15 13:55:18 stutzbach set messages: +
2010-06-14 22:53:05 vstinner set messages: +
2010-05-13 01:11:03 vstinner set nosy: + vstinner
2010-05-07 15:55:34 stutzbach create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements