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.

classification
Title: PyObject_GenericGetAttr is undocumented
Type: enhancement Stage: needs patch
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: ehuss, georg.brandl, jepler
Priority: low Keywords: easy

Created on 2004-06-10 22:51 by ehuss, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60500 - (view) Author: Eric Huss (ehuss) Date: 2004-06-10 22:51
The Python/C API documentation references the 
PyObject_GenericGetAttr function in a few places, but 
doesn't actually document what it does.

Same with PyObject_GenericSetAttr.
msg60501 - (view) Author: Jeff Epler (jepler) Date: 2004-06-21 22:02
Logged In: YES 
user_id=2772

Perhaps the wording from the PEP can be adapted for the
documentation.

http://python.org/peps/pep-0252.html
msg84841 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-03-31 17:13
Documented in r70842.c
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40380
2009-03-31 17:13:20georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg84841
2009-02-14 13:57:17ajaksu2setstage: needs patch
2008-01-20 19:15:24christian.heimessetversions: + Python 2.6, - Python 2.3
nosy: + georg.brandl
priority: normal -> low
assignee: georg.brandl
keywords: + easy
type: enhancement
2004-06-10 22:51:39ehusscreate