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: Docs for "es" and "et" confusing
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, gvanrossum
Priority: normal Keywords:

Created on 2002-03-28 22:49 by gvanrossum, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10085 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-03-28 22:49
The extending/embedding manual seems to contain
confusing docs for the PyArg_Parse* format codes "es"
and "es#". For example, the description for "es" states
that it reads one variable (the encoding) and writes
two variables; but in fact, it appears that it writes
only one variable (the buffer). The number of variables
written is consistently one too large.
msg10086 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-04-05 23:03
Logged In: YES 
user_id=3066

Fixed; also moved this documentation from
Doc/ext/extending.tex (rev 1.17) to Doc/api/utilities.tex
(rev 1.4).
History
Date User Action Args
2022-04-10 16:05:10adminsetgithub: 36351
2002-03-28 22:49:01gvanrossumcreate