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: buffer object API description truncated
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: fdrake, nnorwitz, phr
Priority: normal Keywords:

Created on 2002-02-17 15:36 by phr, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (3)
msg9290 - (view) Author: paul rubin (phr) Date: 2002-02-17 15:36
In section 10.6 of the C API reference manual,
Python-2-2/Doc/html/api/buffer-structs.html

the description for the last subroutine listed,

int (*getcharbufferproc) (PyObject *self, int segment,
const char **ptrptr)

is omitted.
msg9291 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-03-15 06:16
Logged In: YES 
user_id=3066

It hasn't been dropped, it just hasn't been written.  ;-( 
There is a general level of incompleteness in the API
document which we are aware of and are working to correct
(albiet more slowly than we'd like).

Assigning to Greg since he spent more time developing the
buffer API than anyone else.

The documentation for this should be added to the
release21-maint and release22-maint branches and the
development trunk.
msg9292 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-11-03 02:57
Logged In: YES 
user_id=33168

Checked in as: Doc/api/newtypes.tex 1.17 and 1.3.6.1
History
Date User Action Args
2022-04-10 16:05:00adminsetgithub: 36115
2002-02-17 15:36:52phrcreate