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: copy/past error in Extending&Embedding
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, gcivario
Priority: normal Keywords:

Created on 2000-10-30 07:04 by gcivario, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Messages (3)
msg2223 - (view) Author: Gilles Civario (gcivario) Date: 2000-10-30 07:04
On page 9 of "extending and embedding" release 2.0,
I found a copy/past error for item 'es':

\item[\samp{es} (string, Unicode object or character buffer
compatible object) {[const char *encoding, char **buffer]}]
=> 2 parameters

But :
The variant [...] and the third one a pointer to an integer
(\var{*buffer_length}, the buffer length).

msg2224 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2000-11-02 21:50
Fixed in Doc/ext/ext.tex revision 1.88.
msg2225 - (view) Author: Gilles Civario (gcivario) Date: 2000-11-07 07:28
Hello.

Still on page 9, for \item{es#}, the "two C variables"
should become "three C variables" I guess.

Regards.

Gilles.
History
Date User Action Args
2022-04-10 16:02:33adminsetgithub: 33413
2000-10-30 07:04:01gcivariocreate