[Python-bugs-list] [ python-Bugs-518775 ] buffer object API description truncated

noreply@sourceforge.net noreply@sourceforge.net
Thu, 14 Mar 2002 22:16:11 -0800


Bugs item #518775, was opened at 2002-02-17 10:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=518775&group_id=5470

Category: Documentation
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: paul rubin (phr)
>Assigned to: Greg Stein (gstein)
Summary: buffer object API description truncated

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-03-15 01:16

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=518775&group_id=5470